]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
use sizers instead of constraints in wxProgressDialog (patch 980364)
[wxWidgets.git] / include / wx / window.h
index 166885d752693be4c25f9b3dd317a4eecacf09c3..247786e0900fd928f3179d776d0294bfb616fd32 100644 (file)
@@ -541,7 +541,7 @@ public:
         // is this window a top level one?
     virtual bool IsTopLevel() const;
 
-        // it doesn't really change parent, use ReParent() instead
+        // it doesn't really change parent, use Reparent() instead
     void SetParent( wxWindowBase *parent ) { m_parent = (wxWindow *)parent; }
         // change the real parent of this window, return true if the parent
         // was changed, false otherwise (error or newParent == oldParent)