Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv11276/src/gui

Modified Files:
        wxOptionsDlg.cpp 
Log Message:
added (not working) option for pgp command

Index: wxOptionsDlg.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxOptionsDlg.cpp,v
retrieving revision 1.349
retrieving revision 1.350
diff -b -u -2 -r1.349 -r1.350
--- wxOptionsDlg.cpp    15 Nov 2002 12:05:42 -0000      1.349
+++ wxOptionsDlg.cpp    5 Dec 2002 00:18:48 -0000       1.350
@@ -492,6 +492,7 @@
    ConfigField_ExternalEditor,
    ConfigField_AutoLaunchExtEditor,
+   ConfigField_PGPCommand,
 
-   ConfigField_HelpersLast = ConfigField_AutoLaunchExtEditor,
+   ConfigField_HelpersLast = ConfigField_PGPCommand,
 
    // other options
@@ -1496,4 +1497,5 @@
    { gettext_noop("&External editor"),            Field_Text,    -1                   
   },
    { gettext_noop("Always &use it"),              Field_Bool, 
ConfigField_ExternalEditor },
+   { gettext_noop("&PGP command"),                Field_Text,    -1                   
+   },
 
    // other options
@@ -1926,4 +1928,5 @@
    CONFIG_ENTRY(MP_EXTERNALEDITOR),
    CONFIG_ENTRY(MP_ALWAYS_USE_EXTERNALEDITOR),
+   CONFIG_ENTRY(MP_PGP_COMMAND),
 
    // other



-------------------------------------------------------
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your 
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to