]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/dbbrowse/dummy.cpp
Fixes for wxUSE_STATUSBAR.
[wxWidgets.git] / demos / dbbrowse / dummy.cpp
index 5d4ce56ab045d9e5a1c2829e8636ce5d1b9243fb..dadde97db9c6014692b459b5866b33689aa1a350 100644 (file)
@@ -11,7 +11,7 @@
  * always start by compiling this and producing the PCH file.
  * Then subsequent source files use the PCH file.
  *
- * If precompiling wx.h for wxWindows and derived apps,
+ * If precompiling wx.h for wxWidgets and derived apps,
  * link dummy.obj with your program (the MSC 7 linker complains otherwise).
  *
  * This is the only convenient way I found to use precompiled headers