]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/listbox/lboxtest.cpp
DMC warning fix, code cleaning
[wxWidgets.git] / samples / listbox / lboxtest.cpp
index 4234791166ace4ff886232119e723667e1616fc5..751a5a18ce604489e9755c84b744600eb23af44a 100644 (file)
@@ -188,7 +188,7 @@ private:
     // the log target we use to redirect messages to the listbox
     wxLog *m_logTarget;
 
-    // any class wishing to process wxWindows events must use this macro
+    // any class wishing to process wxWidgets events must use this macro
     DECLARE_EVENT_TABLE()
 };