Work on StatsPanel
This commit is contained in:
@@ -22,12 +22,11 @@
|
||||
#include "AccountPanel.hpp"
|
||||
#include "SearchPanel.hpp"
|
||||
#include "PreferencesPanel.hpp"
|
||||
/*#include "UsersDialog.hpp"
|
||||
//#include "UsersDialog.hpp"
|
||||
#include "StatsPanel.hpp"
|
||||
#include "ImportPanel.hpp"
|
||||
#include "ExportPanel.hpp"
|
||||
//#include "ImportPanel.hpp"
|
||||
//#include "ExportPanel.hpp"
|
||||
|
||||
*/
|
||||
#include "wxUI.hpp"
|
||||
#include "view.hpp"
|
||||
|
||||
@@ -164,7 +163,7 @@ void wxUI::InitPanels()
|
||||
int id=0;
|
||||
|
||||
ADD_PANEL(AccountPanel);
|
||||
// ADD_PANEL(StatsPanel, 1);
|
||||
ADD_PANEL(StatsPanel);
|
||||
ADD_PANEL(SearchPanel);
|
||||
ADD_PANEL(PreferencesPanel);
|
||||
// ADD_PANEL(ImportPanel, 4);
|
||||
|
||||
Reference in New Issue
Block a user