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

Modified Files:
        wxOptionsDlg.cpp 
Log Message:
don't show the (useless) MP_ADB_SUBSTRINGEXPANSION option in the dialog

Index: wxOptionsDlg.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxOptionsDlg.cpp,v
retrieving revision 1.327
retrieving revision 1.328
diff -b -u -2 -r1.327 -r1.328
--- wxOptionsDlg.cpp    14 Apr 2002 12:16:55 -0000      1.327
+++ wxOptionsDlg.cpp    20 Apr 2002 14:14:40 -0000      1.328
@@ -264,5 +264,5 @@
    ConfigField_SignatureSeparator,
    ConfigField_XFaceFile,
-   ConfigField_AdbSubstring,
+   // not very useful ConfigField_AdbSubstring,
 #ifdef USE_FONT_DESC
    ConfigField_ComposeViewFont,
@@ -1110,6 +1110,5 @@
 
    { gettext_noop("Configure &XFace..."),          Field_XFace,   -1          },
-   { gettext_noop("Mail alias substring ex&pansion"),
-                                                   Field_Bool,    -1,                 
       },
+   // not very useful { gettext_noop("Mail alias substring ex&pansion"), Field_Bool,  
+  -1,                        },
 #ifdef USE_FONT_DESC
    { gettext_noop("&Font to use"),                 Field_Font | Field_Global, -1 },
@@ -1676,5 +1675,5 @@
    CONFIG_ENTRY(MP_COMPOSE_USE_SIGNATURE_SEPARATOR),
    CONFIG_ENTRY(MP_COMPOSE_XFACE_FILE),
-   CONFIG_ENTRY(MP_ADB_SUBSTRINGEXPANSION),
+   // not very useful: CONFIG_ENTRY(MP_ADB_SUBSTRINGEXPANSION),
 #ifdef USE_FONT_DESC
    CONFIG_ENTRY(MP_CVIEW_FONT_DESC),


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to