|
Lines 1-6
Link Here
|
| 1 |
--- src/Application.cpp.orig 2015-01-30 19:48:06.000000000 +0100 |
1 |
--- src/Application.cpp.orig 2015-04-27 09:31:47 UTC |
| 2 |
+++ src/Application.cpp 2015-02-01 15:40:02.790619098 +0100 |
2 |
+++ src/Application.cpp |
| 3 |
@@ -30,8 +30,15 @@ |
3 |
@@ -30,8 +30,15 @@ Application::Application(int& argc, char |
| 4 |
|
4 |
|
| 5 |
// First of all try to load the application translation file. |
5 |
// First of all try to load the application translation file. |
| 6 |
m_translatorApp = new QTranslator(this); |
6 |
m_translatorApp = new QTranslator(this); |
|
Lines 16-22
Link Here
|
| 16 |
|
16 |
|
| 17 |
if (ok == true) { |
17 |
if (ok == true) { |
| 18 |
PreferencesDialog::setSettingsValue("General", "language", name); |
18 |
PreferencesDialog::setSettingsValue("General", "language", name); |
| 19 |
@@ -47,7 +54,9 @@ |
19 |
@@ -47,7 +54,9 @@ Application::Application(int& argc, char |
| 20 |
ok = m_translatorQt->load("qt_" + name, |
20 |
ok = m_translatorQt->load("qt_" + name, |
| 21 |
QLibraryInfo::location(QLibraryInfo::TranslationsPath)); |
21 |
QLibraryInfo::location(QLibraryInfo::TranslationsPath)); |
| 22 |
if (ok == false) |
22 |
if (ok == false) |