diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-04-11 20:39:43 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-04-11 20:39:43 +0000 |
commit | 3807d09342b90966bcd6e51f28c2ceef7195b207 (patch) | |
tree | fc88c82d0cddf97c4963d8ad68c6ce9ef8c6d887 | |
parent | fix build on win with qt4.4 (diff) | |
download | gpg4usb-3807d09342b90966bcd6e51f28c2ceef7195b207.tar.gz gpg4usb-3807d09342b90966bcd6e51f28c2ceef7195b207.zip |
fix build on debian-lenny / qt4.4
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@297 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rwxr-xr-x | settingsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settingsdialog.cpp b/settingsdialog.cpp index ae16361..412fa58 100755 --- a/settingsdialog.cpp +++ b/settingsdialog.cpp @@ -211,7 +211,7 @@ QHash<QString, QString> SettingsDialog::listLanguages() { // translate this String to language used, the language list gets // filled from this - QString(tr("English")); + QString locaLangName = tr("English", "Insert local name of language here. This is used for the language menu of the settingsdialog"); //QStringList languages; QHash<QString, QString> languages; |