]> git.saurik.com Git - wxWidgets.git/commitdiff
expanded autotranslation of Exit-Quit to items having accelerators
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 14 Jan 2002 14:13:08 +0000 (14:13 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 14 Jan 2002 14:13:08 +0000 (14:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/menuitem.cpp
src/mac/menuitem.cpp

index 52e68bfdad2c0af0ba9da4c34b1340142053d733..062a2f6edd9b773477c2f657cb232c9414de4f41 100644 (file)
@@ -192,7 +192,7 @@ wxMenuItem::wxMenuItem(wxMenu *pParentMenu, int id,
     m_help        = strHelp;
 
 
-    if ( m_text ==  "E&xit"  ||m_text == "Exit" )
+    if ( m_text ==  "E&xit"  ||m_text == "Exit"  ||m_text.Left(5) == "Exit\t" || m_text.Left(6) == "E&xit\t" )
     {
         m_text = "Quit\tCtrl+Q" ;
     }
index 52e68bfdad2c0af0ba9da4c34b1340142053d733..062a2f6edd9b773477c2f657cb232c9414de4f41 100644 (file)
@@ -192,7 +192,7 @@ wxMenuItem::wxMenuItem(wxMenu *pParentMenu, int id,
     m_help        = strHelp;
 
 
-    if ( m_text ==  "E&xit"  ||m_text == "Exit" )
+    if ( m_text ==  "E&xit"  ||m_text == "Exit"  ||m_text.Left(5) == "Exit\t" || m_text.Left(6) == "E&xit\t" )
     {
         m_text = "Quit\tCtrl+Q" ;
     }