diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-27 17:35:17 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-27 17:35:17 +0100 |
| commit | 53090ab2a300c413257ae9aa8b5b6592a029c9b7 (patch) | |
| tree | caa5194fed4a0dbec90b5f3cd94b7683b679e093 /src/gui.h | |
| parent | d6e8d80a8f921d12562ad39b0a4bde0d34036448 (diff) | |
Cleaning code
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 |
