diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-25 14:32:06 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-25 14:32:06 +0100 |
| commit | 05ffd7c9e52d55dd5f7e155e233dfb147ceed485 (patch) | |
| tree | 82fdf456ce0eb9c0e5bcb1902d51f3ac18a0097e /src/base_tab/BaseTab.cpp | |
| parent | 11a46aadf7c80d6b67af0c1094c8c5c4222bd3b1 (diff) | |
Update import
Diffstat (limited to 'src/base_tab/BaseTab.cpp')
| -rw-r--r-- | src/base_tab/BaseTab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base_tab/BaseTab.cpp b/src/base_tab/BaseTab.cpp index 06774b4..78b546e 100644 --- a/src/base_tab/BaseTab.cpp +++ b/src/base_tab/BaseTab.cpp @@ -9,7 +9,7 @@ BaseTab::BaseTab(wxFrame *parent, std::string base_file) games_tab=new BaseGameTab((wxFrame *)notebook,base_file,this); notebook->AddPage(games_tab, "Games list",true); // true for selecting the tab // Import tab - import_tab=new BaseImportTab((wxFrame *)notebook); + import_tab=new BaseImportTab((wxFrame *)notebook,this); notebook->AddPage(import_tab, "Import games"); // Manage tab manage_tab=new BaseManageTab((wxFrame *)notebook); |
