]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/threadpsx.cpp
Smartphone menus.
[wxWidgets.git] / src / unix / threadpsx.cpp
index 429b2a292c461b8597199ba668511fbb3f84ddc5..7306f1e20707e97b59ddca052a1c212f042090ff 100644 (file)
@@ -678,7 +678,7 @@ public:
 private:
     pthread_t     m_threadId;   // id of the thread
     wxThreadState m_state;      // see wxThreadState enum
-    int           m_prio;       // in wxWindows units: from 0 to 100
+    int           m_prio;       // in wxWidgets units: from 0 to 100
 
     // this flag is set when the thread should terminate
     bool m_cancelled;