Rename header files in .hpp

This commit is contained in:
2011-08-20 14:02:47 +02:00
parent ad29793f8c
commit ed6a7a5fef
77 changed files with 160 additions and 161 deletions

View File

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