Add ExportPanel and update Import/Export engines

This commit is contained in:
2012-02-11 14:02:30 +01:00
parent b533ac0578
commit 67e00fcaa1
5 changed files with 13 additions and 3 deletions

View File

@@ -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()