]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/controls.cpp
Hopefully fixed library names generated by wx-config for OS/2's PM port.
[wxWidgets.git] / samples / controls / controls.cpp
index bee92ff91b6839e10bea885126886f92c3a00fff..0cd2b4f593f4d0ce4d407446f2f3bdef9efbc208 100644 (file)
@@ -368,9 +368,9 @@ IMPLEMENT_APP(MyApp)
 
 enum
 {
 
 enum
 {
-    CONTROLS_QUIT   = 100,
-    CONTROLS_TEXT,
-    CONTROLS_ABOUT,
+    CONTROLS_QUIT   = wxID_EXIT,
+    CONTROLS_ABOUT = wxID_ABOUT,
+    CONTROLS_TEXT = 100,
     CONTROLS_CLEAR_LOG,
 
     // tooltip menu
     CONTROLS_CLEAR_LOG,
 
     // tooltip menu