Add ExportPanel and update Import/Export engines
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
//#include "UsersDialog.hpp"
|
||||
#include "StatsPanel.hpp"
|
||||
//#include "ImportPanel.hpp"
|
||||
//#include "ExportPanel.hpp"
|
||||
#include "ExportPanel.hpp"
|
||||
|
||||
#include "wxUI.hpp"
|
||||
#include "view.hpp"
|
||||
@@ -169,7 +169,7 @@ void wxUI::InitPanels()
|
||||
ADD_PANEL(SearchPanel);
|
||||
ADD_PANEL(PreferencesPanel);
|
||||
// ADD_PANEL(ImportPanel, 4);
|
||||
// ADD_PANEL(ExportPanel, 5);
|
||||
ADD_PANEL(ExportPanel);
|
||||
}
|
||||
|
||||
void wxUI::LoadPanels()
|
||||
|
Reference in New Issue
Block a user