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

Modified Files:
        wxOptionsDlg.cpp 
Log Message:
a checkbox with leading \n looks ugly

Index: wxOptionsDlg.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxOptionsDlg.cpp,v
retrieving revision 1.346
retrieving revision 1.347
diff -b -u -2 -r1.346 -r1.347
--- wxOptionsDlg.cpp    6 Nov 2002 00:11:48 -0000       1.346
+++ wxOptionsDlg.cpp    6 Nov 2002 14:25:12 -0000       1.347
@@ -279,5 +279,7 @@
    ConfigField_ComposeConfirm,
 
+   ConfigField_ComposeSpacer,
    ConfigField_ComposeShowFrom,
+
    ConfigField_ComposeHeaders,
    ConfigField_ComposeTemplates,
@@ -1147,5 +1149,6 @@
                                                   -ConfigField_ComposePreview },
 
-   { gettext_noop("\nShow \"&From\" field:"),        Field_Bool |
+   { gettext_noop("\n"),                           Field_Message, -1},
+   { gettext_noop("Show \"&From\" field:"),        Field_Bool |
                                                    Field_Advanced,  -1},
    { gettext_noop("Configure &headers..."),        Field_SubDlg,  -1},
@@ -1730,5 +1733,7 @@
    CONFIG_ENTRY(MP_CONFIRM_SEND),
 
+   CONFIG_NONE(), // spacer
    CONFIG_ENTRY(MP_COMPOSE_SHOW_FROM),
+
    CONFIG_NONE(), // headers button
    CONFIG_NONE(), // templates button



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to