X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa324ea98dc55801109c62b813a268a571c20bcf..9d5371c60ba0cc628b00f11ff5c5f2c804a82858:/samples/db/dbtest.h diff --git a/samples/db/dbtest.h b/samples/db/dbtest.h index bdb9c310a3..9d710d0896 100644 --- a/samples/db/dbtest.h +++ b/samples/db/dbtest.h @@ -9,10 +9,6 @@ // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "dbtest.h" -#endif - #include "wx/string.h" #include "wx/dbtable.h" @@ -26,9 +22,9 @@ enum DialogModes {mView,mCreate,mEdit,mSearch}; #if wxUSE_GRID #define FILE_DBGRID_TABLE 130 #endif -#define FILE_EXIT 199 +#define FILE_EXIT wxID_EXIT #define EDIT_PARAMETERS 200 -#define HELP_ABOUT 300 +#define HELP_ABOUT wxID_ABOUT // this seems to be missing, Robert Roebling (?) #ifndef MAX_PATH