aboutsummaryrefslogtreecommitdiffstats
path: root/context.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-07-23 00:57:35 +0200
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-07-23 00:57:35 +0200
commita354065dd390bed674538b68bbbb23c7ce80eb51 (patch)
tree2c7dcc8b47179cd4147486965f0dcd39f4073a0c /context.cpp
parentverify returns gpgme_op_verify_result (diff)
downloadgpg4usb-a354065dd390bed674538b68bbbb23c7ce80eb51.tar.gz
gpg4usb-a354065dd390bed674538b68bbbb23c7ce80eb51.zip
independent notifcation area
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@503 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'context.cpp')
-rw-r--r--context.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/context.cpp b/context.cpp
index f849640..49af498 100644
--- a/context.cpp
+++ b/context.cpp
@@ -45,6 +45,8 @@ Context::Context()
* subsystem in GPGME. (from the info page) */
gpgme_check_version(NULL);
+ // TODO: Set gpgme_language to config
+ // http://lavica.fesb.hr/cgi-bin/info2html?%28gpgme%29Locale
setlocale(LC_ALL, "");
/** set locale, because tests do also */
gpgme_set_locale(NULL, LC_CTYPE, setlocale(LC_CTYPE, NULL));