]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/vscroll/vstest.cpp
Fix for modal/modeless wizards
[wxWidgets.git] / samples / vscroll / vstest.cpp
index e838e00063b06f592b1ac664fe1fb95c4579e674..cddf8b9c6b9f1db13de04ba015e93aeed43d06c3 100644 (file)
@@ -174,7 +174,7 @@ END_EVENT_TABLE()
 enum
 {
     // menu items
-    VScroll_Quit = 1,
+    VScroll_Quit = wxID_EXIT,
 
     // it is important for the id corresponding to the "About" command to have
     // this standard value as otherwise it won't be handled properly under Mac