Change int in double for Search

Add SearchBanner & Search Pannel
Enable MassUpdate
This commit is contained in:
2011-12-03 11:23:55 +01:00
parent 7b8f6edff5
commit 9b0222323a
11 changed files with 647 additions and 48 deletions

View File

@@ -20,9 +20,9 @@
#include <QMessageBox>
#include "AccountPanel.hpp"
#include "SearchPanel.hpp"
/*#include "PreferencesPanel.hpp"
#include "UsersDialog.hpp"
#include "SearchPanel.hpp"
#include "StatsPanel.hpp"
#include "ImportPanel.hpp"
#include "ExportPanel.hpp"
@@ -165,7 +165,7 @@ void wxUI::InitPanels()
ADD_PANEL(AccountPanel);
// ADD_PANEL(StatsPanel, 1);
// ADD_PANEL(SearchPanel, 2);
ADD_PANEL(SearchPanel);
// ADD_PANEL(PreferencesPanel, 3);
// ADD_PANEL(ImportPanel, 4);
// ADD_PANEL(ExportPanel, 5);