diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2014-01-03 20:37:28 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2014-01-03 20:37:28 +0000 |
commit | 7dbb83ac7c91682613897c92b608d5be8fd61757 (patch) | |
tree | d9b1a550baa8a89dceda9065a9e1919668c67dfa /main.cpp | |
parent | languages updated (diff) | |
download | gpg4usb-7dbb83ac7c91682613897c92b608d5be8fd61757.tar.gz gpg4usb-7dbb83ac7c91682613897c92b608d5be8fd61757.zip |
changed codec for tr to utf-8 and modified translation files a little
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2-1@1078 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ int main(int argc, char *argv[]) // dont show icons in menus app.setAttribute(Qt::AA_DontShowIconsInMenus); + // unicode in source + QTextCodec::setCodecForTr(QTextCodec::codecForName("utf-8")); + // set environment variables // TODO: // - unsetenv on windows? |