]> git.saurik.com Git - wxWidgets.git/commitdiff
doc fix
authorRobin Dunn <robin@alldunn.com>
Wed, 10 Mar 2004 02:07:02 +0000 (02:07 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 10 Mar 2004 02:07:02 +0000 (02:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/window.h

index 795fe59b757a142480b8718ca3dfe71cb2470d55..1d3ab69344738740740b63bdb00b5a6436359541 100644 (file)
@@ -1057,7 +1057,7 @@ protected:
     // specified) border for the window class
     virtual wxBorder GetDefaultBorder() const;
 
-    // Get the default size for the new window if no explicit size given If
+    // Get the default size for the new window if no explicit size given. If
     // there are better default sizes then these can be changed, just as long
     // as they are not too small for TLWs.
     static int WidthDefault(int w) { return w == -1 ? 400 : w; }