Added wxINSTALL_PREFIX define to makefile and made dcpsg.cpp use it to

find the correct location of AFM files.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1999-11-02 12:36:14 +00:00
parent 407f36811e
commit 3e469ea37f
3 changed files with 31 additions and 23 deletions

View File

@@ -805,7 +805,7 @@ enum wxStretch
#else
// Under Unix, the dialogs don't have a system menu. Specifying
// wxSYSTEM_MENU here, will make a close button appear.
# define wxDEFAULT_DIALOG_STYLE (wxCAPTION)
# define wxDEFAULT_DIALOG_STYLE (wxCAPTION|wxTHICK_FRAME)
#endif
/*