Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2065/src/gui

Modified Files:
        wxMenuDefs.cpp 
Log Message:
don't use separators between the language menu elements, this is not supported under XP

Index: wxMenuDefs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMenuDefs.cpp,v
retrieving revision 1.215
retrieving revision 1.216
diff -b -u -2 -r1.215 -r1.216
--- wxMenuDefs.cpp      16 Mar 2004 21:38:30 -0000      1.215
+++ wxMenuDefs.cpp      22 Apr 2004 12:12:48 -0000      1.216
@@ -486,5 +486,4 @@
    // JKMQVWXZ
    { WXMENU_LANG_DEFAULT, gettext_noop("De&fault"), gettext_noop("Use the default 
encoding"), wxITEM_RADIO },
-   { WXMENU_SEPARATOR, wxEmptyString, wxEmptyString, wxITEM_RADIO },
    { WXMENU_LANG_ISO8859_1, gettext_noop("&Western European (ISO-8859-1)"), 
wxEmptyString, wxITEM_RADIO },
    { WXMENU_LANG_ISO8859_2, gettext_noop("Ce&ntral European (ISO-8859-2)"), 
wxEmptyString, wxITEM_RADIO },
@@ -502,5 +501,4 @@
    { WXMENU_LANG_ISO8859_14, gettext_noop("Ce&ltic (ISO-8859-14)"), wxEmptyString, 
wxITEM_RADIO },
    { WXMENU_LANG_ISO8859_15, gettext_noop("Western European with &Euro 
(ISO-8859-15)"), wxEmptyString, wxITEM_RADIO },
-   { WXMENU_SEPARATOR, wxEmptyString, wxEmptyString, wxITEM_RADIO },
    { WXMENU_LANG_CP1250, gettext_noop("Windows Central European (CP 125&0)"), 
wxEmptyString, wxITEM_RADIO },
    { WXMENU_LANG_CP1251, gettext_noop("Windows Cyrillic (CP 125&1)"), wxEmptyString, 
wxITEM_RADIO },
@@ -511,7 +509,5 @@
    { WXMENU_LANG_CP1256, gettext_noop("Windows Arabic (CP 125&6)"), wxEmptyString, 
wxITEM_RADIO },
    { WXMENU_LANG_CP1257, gettext_noop("Windows Baltic (CP 125&7)"), wxEmptyString, 
wxITEM_RADIO },
-   { WXMENU_SEPARATOR, wxEmptyString, wxEmptyString, wxITEM_RADIO },
    { WXMENU_LANG_KOI8, gettext_noop("Russian (KOI&8-R)"), wxEmptyString, wxITEM_RADIO 
},
-   { WXMENU_SEPARATOR, wxEmptyString, wxEmptyString, wxITEM_RADIO },
    { WXMENU_LANG_UTF7, gettext_noop("Uni&code (UTF-7)"), wxEmptyString, wxITEM_RADIO 
},
    { WXMENU_LANG_UTF8, gettext_noop("&Unicode (UTF-8)"), wxEmptyString, wxITEM_RADIO 
},



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to