From 53090ab2a300c413257ae9aa8b5b6592a029c9b7 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 27 Dec 2022 17:35:17 +0100 Subject: Cleaning code --- src/gui.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 99405fc..8ea4f21 100644 --- a/src/gui.h +++ b/src/gui.h @@ -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 -- cgit v1.2.3