]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/notebook.cpp
compilation fix for gcc (closes bug 996701)
[wxWidgets.git] / samples / widgets / notebook.cpp
index 5c6d1bac041988bba180c92b09f46cecdb779686..adfbb5ad2e7d5c56ad84f8876b7d9fd29e5fc07b 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Program:     wxWindows Widgets Sample
+// Program:     wxWidgets Widgets Sample
 // Name:        notebook.cpp
 // Purpose:     Part of the widgets sample showing wxNotebook
 // Author:      Vadim Zeitlin
@@ -78,7 +78,7 @@ enum Orient
     Orient_Max
 };
 
-// old versions of wxWindows don't define this style
+// old versions of wxWidgets don't define this style
 #ifndef wxNB_TOP
     #define wxNB_TOP (0)
 #endif