mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
Enabled translation (system default language) of the message box before the login to a profile.
Fixed german translation. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5304 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
eec4fcb2f7
commit
15c032468a
8 changed files with 385 additions and 129 deletions
|
@ -111,7 +111,7 @@ QTranslator* VOIPPlugin::qt_translator(QApplication *app, const QString& languag
|
|||
return NULL;
|
||||
}
|
||||
|
||||
QTranslator* translator = new QTranslator(app);
|
||||
QTranslator* translator = new QTranslator();
|
||||
if (translator->load(":/lang/VOIP_" + languageCode + ".qm")) {
|
||||
return translator;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue