aboutsummaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-12-25 18:30:56 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-12-25 18:30:56 +0100
commit5df6e9395c4ec744f38e7ce874ff7c02e8a3afbd (patch)
treec8435f7b80ee82adee59a0e1a7e84abc6302b3e2 /src/gui.h
parent8cc460fd202703646f7c908a4fb2a485b21dc9e1 (diff)
Improve game filtering
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h6
1 files changed, 4 insertions, 2 deletions
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