Rename header files in .hpp
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
|
||||
#include <wx/treectrl.h>
|
||||
#include <wx/scrolwin.h>
|
||||
#include "grid/CalendarEditor.h"
|
||||
#include "grid/wxGridCellBitmapRenderer.h"
|
||||
#include "grid/CalendarEditor.hpp"
|
||||
#include "grid/wxGridCellBitmapRenderer.hpp"
|
||||
|
||||
#include "SearchPanel.h"
|
||||
#include "SearchPanel.hpp"
|
||||
|
||||
enum {SEARCH_ID=1, GRID_ID,
|
||||
CHANGE_ACCOUNT_ID, CHANGE_CATEGORY_ID, RENAME_ID};
|
||||
@@ -50,7 +50,7 @@ SearchPanel::SearchPanel(KissCount* kiss, wxUI *parent) : KissPanel(kiss, parent
|
||||
|
||||
SetSizer(vbox);
|
||||
|
||||
_searchButton = new wxButton(this, SEARCH_ID, _("Search"));
|
||||
_searchButton = new wxButton(this, SEARCH_ID, _("Searchpp"));
|
||||
|
||||
_banner = new SearchBanner(kiss, this, this, OnEnter);
|
||||
|
||||
@@ -99,7 +99,7 @@ wxBitmapButton* SearchPanel::GetButton(int id)
|
||||
|
||||
wxString SearchPanel::GetToolTip()
|
||||
{
|
||||
return _("Search");
|
||||
return _("Searchpp");
|
||||
}
|
||||
|
||||
void SearchPanel::OnEnter(void* caller, wxCommandEvent& event)
|
||||
@@ -256,7 +256,7 @@ void SearchPanel::OnButtonRename(wxCommandEvent& event)
|
||||
|
||||
void SearchPanel::OnShow(wxShowEvent& event)
|
||||
{
|
||||
_wxUI->SetTitle(_kiss->GetUser()->_name + wxT(" - ") + _("Search"));
|
||||
_wxUI->SetTitle(_kiss->GetUser()->_name + wxT(" - ") + _("Searchpp"));
|
||||
}
|
||||
|
||||
void SearchPanel::OnOperationModified(wxGridEvent& event)
|
||||
|
||||
Reference in New Issue
Block a user