]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/menu.cpp
Improved the generic font dialog appearance.
[wxWidgets.git] / src / motif / menu.cpp
index e2cefa286f7aeb1dd17868354b7da92f0e91a779..82cea51b4c2a584776556933bb8e7681e99b8afa 100644 (file)
@@ -83,7 +83,7 @@ void wxMenu::Init()
 
     if ( !!m_title )
     {
-        Append(wxID_SEPARATOR, m_title) ;
+        Append(-3, m_title) ;
         AppendSeparator() ;
     }
 
@@ -542,7 +542,7 @@ WXWidget wxMenu::CreateMenu (wxMenuBar * menuBar, WXWidget parent, wxMenu * topM
 }
 
 // Destroys the Motif implementation of the menu,
-// but maintains the wxWindows data structures so we can
+// but maintains the wxWidgets data structures so we can
 // do a CreateMenu again.
 void wxMenu::DestroyMenu (bool full)
 {