diff options
| author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-07-23 00:57:35 +0200 |
|---|---|---|
| committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-07-23 00:57:35 +0200 |
| commit | a354065dd390bed674538b68bbbb23c7ce80eb51 (patch) | |
| tree | 2c7dcc8b47179cd4147486965f0dcd39f4073a0c /context.cpp | |
| parent | verify returns gpgme_op_verify_result (diff) | |
| download | gpg4usb-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.cpp | 2 |
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)); |
