X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8105809ef8f7cb0d1a9933f3f790b7b446c7cfa..da457c1b4984df09bab0327a1db3c01415f9f240:/utils/configtool/src/settingsdialog.h diff --git a/utils/configtool/src/settingsdialog.h b/utils/configtool/src/settingsdialog.h index bee8b64381..507c151fe9 100644 --- a/utils/configtool/src/settingsdialog.h +++ b/utils/configtool/src/settingsdialog.h @@ -12,7 +12,7 @@ #ifndef _SETTINGSDIALOG_H_ #define _SETTINGSDIALOG_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "settingsdialog.cpp" #endif @@ -42,6 +42,7 @@ class ctLocationSettingsDialog; #define ID_GENERAL_SETTINGS_DIALOG 10005 #define ID_LOAD_LAST_DOCUMENT 10006 #define ID_SHOW_TOOLTIPS 10007 +#define ID_DEFAULT_FILE_KIND 10003 #define ID_LOCATION_SETTINGS_DIALOG 10008 #define ID_WXWIN_HIERARCHY 10010 #define ID_CHOOSE_WXWIN_HIERARCHY 10011