diff options
Diffstat (limited to 'src/gui.h')
| -rw-r--r-- | src/gui.h | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -57,12 +57,13 @@ #define LIVE_ANALYSIS_GAME_BUTTON 1012 #define ID_SEARCH_TERMS 1013 #define ID_APPLY_FILTER_BUTTON 1014 -#define ID_DELETE_BUTTON 1015 -#define ID_IMPORT_GAME_BUTTON 1016 -#define ID_LOAD_BUTTON 1017 -#define ID_IMPORT_SELECTION 1018 -#define ID_IMPORT_DB 1019 -#define ID_SAVE_BUTTON 1020 +#define ID_TABGAMES_GAME_LIST 1015 +#define ID_DELETE_BUTTON 1016 +#define ID_IMPORT_GAME_BUTTON 1017 +#define ID_LOAD_BUTTON 1018 +#define ID_IMPORT_SELECTION 1019 +#define ID_IMPORT_DB 1020 +#define ID_SAVE_BUTTON 1021 /////////////////////////////////////////////////////////////////////////////// /// Class MainFrame |
