]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xrc/derivdlg.h
added test for wxString::MakeLower,MakeUpper
[wxWidgets.git] / samples / xrc / derivdlg.h
index 2bea8e39ea65dcf3f6bbfe0ba4615b80502593d4..1e82f6f5b005a0f05d7ffbaf337ae7658a81fe1f 100644 (file)
@@ -59,7 +59,7 @@ private:
     // Override base class functions of a wxDialog.
     void OnOK( wxCommandEvent &event );
 
-    // 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()
 
 };