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

@@ -17,21 +17,21 @@
along with KissCount. If not, see <http://www.gnu.org/licenses/>.
*/
#include "AccountPanel.h"
#include "PreferencesPanel.h"
#include "UsersDialog.h"
#include "GenerateDialog.h"
#include "SearchPanel.h"
#include "StatsPanel.h"
#include "ImportPanel.h"
#include "ExportPanel.h"
#include "AccountPanel.hpp"
#include "PreferencesPanel.hpp"
#include "UsersDialog.hpp"
#include "GenerateDialog.hpp"
#include "SearchPanel.hpp"
#include "StatsPanel.hpp"
#include "ImportPanel.hpp"
#include "ExportPanel.hpp"
#include "grid/wxMyGrid.h"
#include "grid/wxGridCellFastBoolEditor.h"
#include "grid/wxGridCellButtonRenderer.h"
#include "grid/wxGridCellButtonEditor.h"
#include "grid/wxMyGrid.hpp"
#include "grid/wxGridCellFastBoolEditor.hpp"
#include "grid/wxGridCellButtonRenderer.hpp"
#include "grid/wxGridCellButtonEditor.hpp"
#include "wxUI.h"
#include "wxUI.hpp"
enum {BUTTON_CHANGE_USER_ID=-4, BUTTON_ABOUT_ID=-5, BUTTON_QUIT_ID=-6};
@@ -112,7 +112,7 @@ bool wxUI::SetLanguage(long language)
_locale->AddCatalogLookupPathPrefix(wxT(LANG_ROOT));
#endif
_locale->AddCatalog(wxT("french"));
_locale->AddCatalog(wxT("frenchpp"));
_locale->AddCatalog(wxT("kisscount"));
_language = (wxLanguage) language;
@@ -135,7 +135,7 @@ bool wxUI::SetLanguage(long language)
months[0] = _("january");
months[1] = _("february");
months[2] = _("march");
months[2] = _("marchpp");
months[3] = _("april");
months[4] = _("may");
months[5] = _("june");