From 5df6e9395c4ec744f38e7ce874ff7c02e8a3afbd Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 25 Dec 2022 18:30:56 +0100 Subject: Improve game filtering --- src/gui.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 3775973..347cd89 100644 --- a/src/gui.h +++ b/src/gui.h @@ -57,8 +57,10 @@ #define LIVE_ANALYSIS_GAME_BUTTON 1012 #define ID_SAVE_BUTTON 1013 #define ID_EXPORT_BUTTON 1014 -#define ID_IMPORT_BUTTON 1015 -#define ID_DELETE_BUTTON 1016 +#define ID_SEARCH_TERMS 1015 +#define ID_APPLY_FILTER_BUTTON 1016 +#define ID_IMPORT_BUTTON 1017 +#define ID_DELETE_BUTTON 1018 /////////////////////////////////////////////////////////////////////////////// /// Class MainFrame -- cgit v1.2.3