]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/frame.h
Fix memory leak by letting the base class version handle the
[wxWidgets.git] / include / wx / msw / frame.h
index 0680ada270cc5d863349625d2f2857bbfc126f8f..5f99f8597dbd7fa928a3e5ea30e7fe8264fdb729 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWindows licence
+// Licence:     wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_FRAME_H_
@@ -133,7 +133,7 @@ protected:
 
     virtual bool IsMDIChild() const { return FALSE; }
 
-    // get default (wxWindows) icon for the frame
+    // get default (wxWidgets) icon for the frame
     virtual WXHICON GetDefaultIcon() const;
 
 #if wxUSE_STATUSBAR