]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/menu_osx.cpp
Initialize paragraph descent in wxRichTextParagraph::Layout().
[wxWidgets.git] / src / osx / menu_osx.cpp
index 3c8220ef75b15424962b5eb909499ef09bedd743..c10dba486ec64294c524a93c0ebc11e8d4f87cd9 100644 (file)
@@ -533,7 +533,8 @@ void wxMenuBar::Init()
 #if !wxOSX_USE_CARBON
     if ( wxApp::s_macPreferencesMenuItemId != wxID_NONE )
     {
-        m_appleMenu->Append( wxApp::s_macPreferencesMenuItemId, "Preferences..." );
+        m_appleMenu->Append( wxApp::s_macPreferencesMenuItemId,
+                             "Preferences...\tCtrl+," );
         m_appleMenu->AppendSeparator();
     }