[svn] GPGol - r154 - trunk/src
svn author twoaday
cvs at cvs.gnupg.org
Wed Jun 14 08:26:26 CEST 2006
Author: twoaday
Date: 2006-06-14 08:26:25 +0200 (Wed, 14 Jun 2006)
New Revision: 154
Modified:
trunk/src/ChangeLog
trunk/src/gpgol-rsrcs.rc
Log:
See ChangeLog.
Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog 2006-05-22 17:47:58 UTC (rev 153)
+++ trunk/src/ChangeLog 2006-06-14 06:26:25 UTC (rev 154)
@@ -1,3 +1,8 @@
+2006-06-14 Timo Schulz <ts at g10code.com>
+
+ * gpgol-rscs.rc (IDD_OPT): The English version of the dialog
+ has no log file item. Add it.
+
2006-05-22 Timo Schulz <ts at g10code.com>
* verify-dialog.c (load_sigbox): A sigsum of 0 also indicates
Modified: trunk/src/gpgol-rsrcs.rc
===================================================================
--- trunk/src/gpgol-rsrcs.rc 2006-05-22 17:47:58 UTC (rev 153)
+++ trunk/src/gpgol-rsrcs.rc 2006-06-14 06:26:25 UTC (rev 154)
@@ -227,9 +227,13 @@
CAPTION "Configuration Dialog"
FONT 8, "MS Sans Serif"
BEGIN
- LTEXT "Path to key-manager binary",IDC_STATIC,2,72,87,8
+ LTEXT "Path to key-manager binary",IDC_STATIC,2,20,122,8
EDITTEXT IDC_OPT_KEYMAN,2,81,144,12,ES_AUTOHSCROLL
PUSHBUTTON "...",IDC_OPT_SELKEYMAN,148,80,11,14
+
+ LTEXT "Debug output (for analysing problems)", IDC_STATIC, 2,50,122,8
+ EDITTEXT IDC_DEBUG_LOGFILE,2,60,144,12,ES_AUTOHSCROLL
+
DEFPUSHBUTTON "&OK",IDOK,112,101,50,14
END
More information about the Gnupg-commits
mailing list