]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/menu.cpp
-1->wxID_ANY, TRUE->true and FALSE->false replacements.
[wxWidgets.git] / src / motif / menu.cpp
index 2b2113f171b3153b3c9aa4f7f2a0aeca7539b44e..1ec07c6b31a4197ff0c9f75b7032015aa659db7c 100644 (file)
@@ -22,6 +22,9 @@
 // headers
 // ----------------------------------------------------------------------------
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/defs.h"
 
 #include "wx/menu.h"
@@ -80,7 +83,7 @@ void wxMenu::Init()
 
     if ( !!m_title )
     {
-        Append(wxID_SEPARATOR, m_title) ;
+        Append(-3, m_title) ;
         AppendSeparator() ;
     }