From 74469164a06ea47fd48d32ded6ff8d71ec2d781a Mon Sep 17 00:00:00 2001 From: ubbo Date: Thu, 7 Aug 2008 02:46:13 +0000 Subject: very small fix for translation git-svn-id: http://cpunk.de/svn/src/gpg4usb@109 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpg4usb.pro | 4 ++-- main.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gpg4usb.pro b/gpg4usb.pro index 7f2b05e..a191998 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -14,8 +14,8 @@ RC_FILE = gpg4usb.rc # For Static build on Linux: uncomment line below #LIBS += lib/libgpgme.a -static-libgcc -Llib #LIBS += lib/libgpgme.a -LIBS += -lgpgme -lgpg-error -#LIBS += lib/libgpgme.a -Llib +#LIBS += -lgpgme -lgpg-error +LIBS += lib/libgpgme.a -Llib DEFINES += _FILE_OFFSET_BITS=64 TRANSLATIONS = ts/gpg4usb_en.ts \ diff --git a/main.cpp b/main.cpp index c124dd6..d75250d 100644 --- a/main.cpp +++ b/main.cpp @@ -35,7 +35,7 @@ //internationalize QString locale = QLocale::system().name(); QTranslator translator; - translator.load(QString("ts/gpg4usblib_") + locale); + translator.load(QString("ts/gpg4usb_de")); app.installTranslator(&translator); GpgWin *window = new GpgWin(); -- cgit v1.2.3