Add Debian packaging

This commit is contained in:
2011-03-06 17:20:42 +01:00
parent 7f08ad06ea
commit 6a20953757
22 changed files with 100 additions and 50 deletions

View File

@@ -95,7 +95,7 @@ bool wxUI::SetLanguage(long language)
_locale = new wxLocale( language, wxLOCALE_CONV_ENCODING );
#ifdef __WXGTK__
_locale->AddCatalogLookupPathPrefix(wxT("./ressources/po"));
_locale->AddCatalogLookupPathPrefix(wxT(LANG_ROOT));
#endif
_locale->AddCatalog(wxT("french"));
@@ -110,7 +110,7 @@ bool wxUI::SetLanguage(long language)
_locale = new wxLocale();
#ifdef __WXGTK__
_locale->AddCatalogLookupPathPrefix(wxT("./ressources/po"));
_locale->AddCatalogLookupPathPrefix(wxT(LANG_ROOT));
#endif
_locale->AddCatalog(wxT("kisscount"));