[git] GpgOL - branch, master, updated. gpgol-2.2.0-28-g690c8fe

by Andre Heinecke cvs at cvs.gnupg.org
Tue Jun 26 13:03:45 CEST 2018


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  690c8fe80a15991be6a9c636967b12ac47a7a110 (commit)
      from  fb09b2671359ce56b5c17afb8c7315cd0c63e088 (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 690c8fe80a15991be6a9c636967b12ac47a7a110
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Tue Jun 26 13:03:03 2018 +0200

    Add i18n noops for config dialog
    
    * src/addin-options.cpp (i18n_noops): New. Strings to be used
    from the config dialog.

diff --git a/src/addin-options.cpp b/src/addin-options.cpp
index 160a34a..bc36911 100644
--- a/src/addin-options.cpp
+++ b/src/addin-options.cpp
@@ -31,6 +31,13 @@
 #include <gpgme++/context.h>
 #include <gpgme++/data.h>
 
+
+__attribute__((__unused__)) static char const *
+i18n_noops[] = {
+    N_("GnuPG System"),
+    N_("Enable the S/MIME support"),
+};
+
 /* To avoid writing a dialog template for each language we use gettext
    for the labels and hope that there is enough space in the dialog to
    fit the longest translation.. */

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

Summary of changes:
 src/addin-options.cpp | 7 +++++++
 1 file changed, 7 insertions(+)


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




More information about the Gnupg-commits mailing list