X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c54e5eb0f6888c627547f882388df3cd86354a2f..908c4056119d49b1b90f6618d38c85d080db152d:/samples/stc/defsext.h?ds=inline diff --git a/samples/stc/defsext.h b/samples/stc/defsext.h index 0493c980e3..40eb522afe 100644 --- a/samples/stc/defsext.h +++ b/samples/stc/defsext.h @@ -16,15 +16,15 @@ //---------------------------------------------------------------------------- //! wxWidgets headers -#include // printing support -#include // printing dialog +#include "wx/print.h" // printing support +#include "wx/printdlg.h" // printing dialog //============================================================================ // declarations //============================================================================ -#define DEFAULT_LANGUAGE _("") +#define DEFAULT_LANGUAGE "" #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,