From a354065dd390bed674538b68bbbb23c7ce80eb51 Mon Sep 17 00:00:00 2001 From: nils Date: Fri, 22 Jul 2011 22:57:35 +0000 Subject: independent notifcation area git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@503 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- context.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'context.cpp') 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)); -- cgit