]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/notebook.cpp
oops, forgot to remove a bit of test code
[wxWidgets.git] / src / msw / notebook.cpp
index e70911eeebd3bd9ea22e4a74471cb5ab29ad68be..dffa7e5d60b68b03427c6c4b8a01380e69d1cdb8 100644 (file)
@@ -22,7 +22,7 @@
 
 #if wxUSE_NOTEBOOK
 
-// wxWindows
+// wxWidgets
 #ifndef WX_PRECOMP
   #include  "wx/string.h"
 #endif  // WX_PRECOMP
@@ -438,7 +438,7 @@ wxSize wxNotebook::CalcSizeFromPage(const wxSize& sizePage) const
 {
     wxSize sizeTotal = sizePage;
     
-    // We need to make getting tab size part of the wxWindows API.
+    // We need to make getting tab size part of the wxWidgets API.
     wxSize tabSize(0, 0);
     if (GetPageCount() > 0)
     {