X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03a90749df32e712f6f0c7a0de7bb1f1b1380b95..dabbc6a5a1795d169f26ce95927f3e4f1a5e7b7e:/utils/helpview/src/helpview.cpp diff --git a/utils/helpview/src/helpview.cpp b/utils/helpview/src/helpview.cpp index 14e98cf8dc..60b0f7e78f 100644 --- a/utils/helpview/src/helpview.cpp +++ b/utils/helpview/src/helpview.cpp @@ -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; }