]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/control.h
Fix memory leak by letting the base class version handle the
[wxWidgets.git] / include / wx / msw / control.h
index 085602557701f9e1934345abb87cbcdcb7f1c52f..49c170cd0de9f9067e4601198ce2ac52f7bc4dc6 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWindows licence
+// Licence:     wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CONTROL_H_
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CONTROL_H_
@@ -97,7 +97,7 @@ protected:
     //     implement MSWGetStyle() this version will disappear.
     //
     // create the control of the given class with the given style (combination
     //     implement MSWGetStyle() this version will disappear.
     //
     // create the control of the given class with the given style (combination
-    // of WS_XXX flags, i.e. Windows style, not wxWindows one), returns
+    // of WS_XXX flags, i.e. Windows style, not wxWidgets one), returns
     // FALSE if creation failed
     //
     // All parameters except classname and style are optional, if the
     // FALSE if creation failed
     //
     // All parameters except classname and style are optional, if the