]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/wxrcedit/edapp.cpp
disable the first top level parent, not the topmost top level parent
[wxWidgets.git] / contrib / utils / wxrcedit / edapp.cpp
index ffce6a4fe512a0b8fd70124864d3e4782c44f11d..e5771edf697edcb4fada4d2c69ce2a3072649f5d 100644 (file)
@@ -20,7 +20,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
@@ -47,7 +47,7 @@ IMPLEMENT_APP(MyApp)
 
 bool MyApp::OnInit()
 {
-    SetVendorName(wxT("wxWindows"));
+    SetVendorName(wxT("wxWidgets"));
     SetAppName(wxT("wxrcedit"));
     wxString arg = (argc >= 1) ? argv[1] : _T("");
     wxInitAllImageHandlers();