[git] GpgOL - branch, master, updated. gpgol-1.2.0-72-g694a6e4

by Andre Heinecke cvs at cvs.gnupg.org
Thu Oct 22 10:07:58 CEST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG extension for MS Outlook".

The branch, master has been updated
       via  694a6e486aa9187db71a2e70641660b1941321f1 (commit)
      from  4da36c8755eb25291c8e21b43e0d6005e45e1d41 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 694a6e486aa9187db71a2e70641660b1941321f1
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Thu Oct 22 10:04:35 2015 +0200

    Use utf8 gettext in inspectors
    
    * src/inspectors.cpp: Use utf8 gettext.
    
    --
    Any string thats passed to put_oom_string should be
    utf8 encoded.
    
    GnuPG-bug-id: 1247

diff --git a/src/inspectors.cpp b/src/inspectors.cpp
index 626dc64..729a7e9 100644
--- a/src/inspectors.cpp
+++ b/src/inspectors.cpp
@@ -36,6 +36,9 @@
 #include "mailitem.h"
 #include "revert.h"
 
+#undef _
+#define _(a) utf8_gettext (a)
+
 

 /* Event sink for an Inspectors collection object.  */
 BEGIN_EVENT_SINK(GpgolInspectorsEvents, IOOMInspectorsEvents)

-----------------------------------------------------------------------

Summary of changes:
 src/inspectors.cpp | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
GnuPG extension for MS Outlook
http://git.gnupg.org




More information about the Gnupg-commits mailing list