diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-25 18:30:56 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-25 18:30:56 +0100 |
| commit | 5df6e9395c4ec744f38e7ce874ff7c02e8a3afbd (patch) | |
| tree | c8435f7b80ee82adee59a0e1a7e84abc6302b3e2 /src/gui.h | |
| parent | 8cc460fd202703646f7c908a4fb2a485b21dc9e1 (diff) | |
Improve game filtering
Diffstat (limited to 'src/gui.h')
| -rw-r--r-- | src/gui.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
