Rename ressources into resources
This commit is contained in:
@@ -144,10 +144,10 @@ bool wxUI::SetLanguage(QString language)
|
||||
|
||||
if (i != SupportedLanguages::English)
|
||||
{
|
||||
if (!_translator.load(SupportedLanguages::languages[i].filename, RESSOURCES_ROOT "po"))
|
||||
if (!_translator.load(SupportedLanguages::languages[i].filename, RESOURCES_ROOT "po"))
|
||||
{
|
||||
i = SupportedLanguages::English;
|
||||
_translator.load(SupportedLanguages::languages[i].filename, RESSOURCES_ROOT "po");
|
||||
_translator.load(SupportedLanguages::languages[i].filename, RESOURCES_ROOT "po");
|
||||
_language = SupportedLanguages::languages[i].name;
|
||||
res = false;
|
||||
}
|
||||
@@ -316,7 +316,7 @@ void wxUI::ChangeUser()
|
||||
|
||||
void wxUI::OnButtonAbout()
|
||||
{
|
||||
QMessageBox::information(0, "KissCount " APP_VERSION, _("Personal accounting software") + "\n\nhttp://indefero.soutade.fr/p/kisscount/\n\n" + _("Licenced under GNU GPL v3") + "\n\nCopyright (C) 2010-2014 Grégory Soutadé");
|
||||
QMessageBox::information(0, "KissCount " APP_VERSION, _("Personal accounting software") + "\n\nhttp://indefero.soutade.fr/p/kisscount/\n\n" + _("Licenced under GNU GPL v3") + "\n\nCopyright (C) 2010-2015 Grégory Soutadé");
|
||||
}
|
||||
|
||||
void wxUI::OnButtonQuit()
|
||||
|
||||
Reference in New Issue
Block a user