]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/config/conftest.cpp
More name changes
[wxWidgets.git] / samples / config / conftest.cpp
index 0b8679bade07d3a6f2b0d0148c641b8d525bcd8a..3a8f0ae114893e74fe68e7101e024a742195f1a0 100644 (file)
@@ -95,7 +95,7 @@ bool MyApp::OnInit()
   // of the config file/registry key and must be set before the first call
   // to Get() if you want to override the default values (the application
   // name is the name of the executable and the vendor name is the same)
-  SetVendorName(_T("wxWindows"));
+  SetVendorName(_T("wxWidgets"));
   SetAppName(_T("conftest")); // not needed, it's the default value
 
   wxConfigBase *pConfig = wxConfigBase::Get();