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

Modified Files:
        wxOptionsDlg.cpp 
Log Message:
added expand env vars option

Index: wxOptionsDlg.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxOptionsDlg.cpp,v
retrieving revision 1.373
retrieving revision 1.374
diff -b -u -2 -r1.373 -r1.374
--- wxOptionsDlg.cpp    16 Jul 2003 17:03:34 -0000      1.373
+++ wxOptionsDlg.cpp    21 Jul 2003 01:00:52 -0000      1.374
@@ -531,4 +531,6 @@
    ConfigField_SplashDelay,
    ConfigField_ShowTbarImages,
+   ConfigField_EnvVarsHelp,
+   ConfigField_EnvVars,
    ConfigField_AutosaveHelp,
    ConfigField_AutosaveDelay,
@@ -1591,4 +1593,9 @@
    { gettext_noop("&Splash screen at startup"),    Field_Bool | Field_Restart, -1,    
                },
    { gettext_noop("Splash screen &delay"),         Field_Number,  ConfigField_Splash  
   },
+   { gettext_noop("Mahogany may expand environment variables in the\n"
+                  "configuration entries which is useful but takes some\n"
+                  "extra time, you may disable it here if you don't need it."),
+                                                   Field_Message, -1, },
+   { gettext_noop("E&xpand variables"),            Field_Bool, -1 },
    { gettext_noop("Show toolbar buttons and notebook tabs &as"
                   ":Images:Text:Both"),            Field_Radio | Field_Restart, -1    
 },
@@ -1614,5 +1621,6 @@
 #endif // OS_UNIX
    { gettext_noop("&Reenable disabled message boxes..."), Field_SubDlg, -1 },
-   { gettext_noop("\"Away\", or unattended, state is a special mode in\n"
+   { "\n"
+     gettext_noop("\"Away\", or unattended, state is a special mode in\n"
                   "which Mahogany tries to avoid any interaction with the user,\n"
                   "e.g. new mail notification is disabled, no progress dialogs\n"
@@ -2019,4 +2027,6 @@
    CONFIG_ENTRY(MP_SHOWSPLASH),
    CONFIG_ENTRY(MP_SPLASHDELAY),
+   CONFIG_NONE(),                   // env vars help
+   CONFIG_ENTRY(MP_EXPAND_ENV_VARS),
    CONFIG_ENTRY(MP_TBARIMAGES),
    CONFIG_NONE(),



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to