]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/helpview/src/helpview.cpp
removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called...
[wxWidgets.git] / utils / helpview / src / helpview.cpp
index 14e98cf8dc586f338fbf277aa6e113857c55205d..60b0f7e78f667510918c7488b03ae08801865ece 100644 (file)
@@ -22,7 +22,7 @@
 #endif
 
 // for all others, include the necessary headers (this file is usually all you
-// need because it includes almost all "standard" wxWindows headers
+// need because it includes almost all "standard" wxWidgets headers
 #ifndef WX_PRECOMP
 #include "wx/wx.h"
 #endif
@@ -191,7 +191,7 @@ bool hvApp::OnInit()
     wxInitAllImageHandlers();
     wxFileSystem::AddHandler(new wxZipFSHandler);
 
-    SetVendorName(wxT("wxWindows") );
+    SetVendorName(wxT("wxWidgets") );
     SetAppName(wxT("wxHTMLHelpServer") );
     wxConfig::Get(); // create an instance
 
@@ -395,7 +395,7 @@ wxBitmap AlternateArtProvider::CreateBitmap(const wxArtID& id,
 
         //ART(wxART_GO_HOME,                             home)
 
-        // Any wxWindows icons not implemented here
+        // Any wxWidgets icons not implemented here
         // will be provided by the default art provider.
         return wxNullBitmap;
 }