Inclusion of /qtlib/locale/el/*.*

This commit is contained in:
Gabriel Koutilellis 2016-07-22 16:50:28 +03:00
parent b2ec450e84
commit fc5fb6730b
1 changed files with 0 additions and 1 deletions

View File

@ -173,7 +173,6 @@ class PreferencesDialogBase(QDialog):
if lang != oldlang:
QMessageBox.information(self, "", tr("dupeGuru has to restart for language changes to take effect."))
self.app.prefs.language = lang
print(oldlang)
self._save(prefs, ischecked)
def resetToDefaults(self):