]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/thread/thread.cpp
Unicode compilation fix
[wxWidgets.git] / samples / thread / thread.cpp
index 64a0f91bc475a93ac58e9cb203361cf0187c6811..248b3dee4437816a5a5435d7bcbd6571169f07bb 100644 (file)
@@ -134,7 +134,8 @@ private:
 // ID for the menu commands
 enum
 {
 // ID for the menu commands
 enum
 {
-    THREAD_QUIT          = 1,
+    THREAD_QUIT  = wxID_EXIT,
+    THREAD_ABOUT = wxID_ABOUT,
     THREAD_TEXT          = 101,
     THREAD_CLEAR,
     THREAD_START_THREAD  = 201,
     THREAD_TEXT          = 101,
     THREAD_CLEAR,
     THREAD_START_THREAD  = 201,
@@ -148,7 +149,6 @@ enum
     THREAD_EXEC_THREAD,
 
     THREAD_SHOWCPUS,
     THREAD_EXEC_THREAD,
 
     THREAD_SHOWCPUS,
-    THREAD_ABOUT,
 
     WORKER_EVENT    // this one gets sent from the worker thread
 };
 
     WORKER_EVENT    // this one gets sent from the worker thread
 };