]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/stc/defsext.h
Quote file names with spaces in wxFileType::ExpandCommand().
[wxWidgets.git] / samples / stc / defsext.h
index 70d53c821320c6a4a78a3c7fcfbff77009f2c969..40eb522afe98664c24156a0b21ede349c0c4148d 100644 (file)
 //----------------------------------------------------------------------------
 
 //! wxWidgets headers
-#include <wx/print.h>    // printing support
-#include <wx/printdlg.h> // printing dialog
+#include "wx/print.h"    // printing support
+#include "wx/printdlg.h" // printing dialog
 
 
 //============================================================================
 // declarations
 //============================================================================
 
-#define DEFAULT_LANGUAGE _("<default>")
+#define DEFAULT_LANGUAGE "<default>"
 
 #define PAGE_COMMON _("Common")
 #define PAGE_LANGUAGES _("Languages")
@@ -73,6 +73,7 @@ enum {
     myID_PAGEPREV,
     myID_PAGENEXT,
     myID_SELECTLINE,
+    myID_WINDOW_MINIMAL,
 
     // other IDs
     myID_STATUSBAR,
@@ -96,9 +97,12 @@ enum {
 //! global application name
 extern wxString *g_appname;
 
+#if wxUSE_PRINTING_ARCHITECTURE
+
 //! global print data, to remember settings during the session
 extern wxPrintData *g_printData;
 extern wxPageSetupData *g_pageSetupData;
 
-#endif // _WX_DEFSEXT_H_
+#endif // wxUSE_PRINTING_ARCHITECTURE
 
+#endif // _WX_DEFSEXT_H_