[git] GpgOL - branch, master, updated. gpgol-1.4.0-282-g92672a4

by Andre Heinecke cvs at cvs.gnupg.org
Mon Aug 21 13:32:19 CEST 2017


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  92672a4b10b1ebe7188caefc78bc6025bee8114d (commit)
      from  4a702e68616dd6f07f309dd721db4154f3333f9c (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 92672a4b10b1ebe7188caefc78bc6025bee8114d
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Mon Aug 21 13:31:50 2017 +0200

    Fix encoding error for unsigned / unencrypted
    
    * src/ribbon-callbacks.cpp (get_sig_stip): Use utf8-gettext.

diff --git a/src/ribbon-callbacks.cpp b/src/ribbon-callbacks.cpp
index 68b5134..4e69d8e 100644
--- a/src/ribbon-callbacks.cpp
+++ b/src/ribbon-callbacks.cpp
@@ -1613,7 +1613,7 @@ HRESULT get_sig_stip (LPDISPATCH ctrl, VARIANT *result)
   if (!mail || (!mail->is_signed () && !mail->is_encrypted ()))
     {
       wchar_t *w_result;
-      w_result = utf8_to_wchar (_("You cannot be sure who sent, "
+      w_result = utf8_to_wchar (utf8_gettext ("You cannot be sure who sent, "
                                   "modified and read the message in transit.\n\n"
                                   "Click here to learn more."));
       result->bstrVal = SysAllocString (w_result);

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

Summary of changes:
 src/ribbon-callbacks.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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




More information about the Gnupg-commits mailing list