diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-25 17:37:49 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-25 17:37:49 +0100 |
| commit | ffeacf5c74b1c7fc51c850c1b5f5ea5af8f8d84a (patch) | |
| tree | 9ed9513d78dc36443dc0c07693d810df59813170 /src/gui.h | |
| parent | f7eab5a5936bda9ae9a9c69cc6988146dc5ef280 (diff) | |
Update gui
Diffstat (limited to 'src/gui.h')
| -rw-r--r-- | src/gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -312,9 +312,9 @@ class TabBase_TabGames : public wxPanel wxButton* save_button; wxButton* export_button; wxStaticLine* separator_1; + wxListCtrl* game_list; wxButton* import_button; wxButton* delete_button; - wxListCtrl* game_list; public: |
