fixed the algorithm

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent 8a6b3e3fa6
commit a495f5f1ec
  1. 2
      src/core/UBApplication.cpp

@ -256,7 +256,7 @@ void UBApplication::setupTranslators(QStringList args)
qtGuiTranslationPath = "";
}
if(qtGuiTranslationPath.isEmpty()){
if(!qtGuiTranslationPath.isEmpty()){
qDebug() << "qtGuiTranslationPath " << qtGuiTranslationPath;
mQtGuiTranslator->load(qtGuiTranslationPath);
installTranslator(mQtGuiTranslator);

Loading…
Cancel
Save