summaryrefslogtreecommitdiffstats
path: root/Source/WXDialog/wxCMakeSetup.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WXDialog/wxCMakeSetup.cxx')
-rw-r--r--Source/WXDialog/wxCMakeSetup.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WXDialog/wxCMakeSetup.cxx b/Source/WXDialog/wxCMakeSetup.cxx
index 6a11ccd..2db6f9e 100644
--- a/Source/WXDialog/wxCMakeSetup.cxx
+++ b/Source/WXDialog/wxCMakeSetup.cxx
@@ -146,10 +146,11 @@ bool wxCMakeSetup::OnInit()
cm.SetValidArguments("ABGHQ");
cm.ParseCommandLine(wxApp::argc, wxApp::argv);
- this->SetVendorName("Andy");
+ this->SetVendorName("Kitware");
this->SetAppName("CMakeSetup");
cmMainFrame *frame = new cmMainFrame("CMake", wxSize(200, 100));
+ frame->SetApplication(this);
frame->Initialize(&cm);
//wxFrame *frame = new testFrame("CMake", wxSize(200, 100));
//wxFrame *frame = new testFrame1("Frame", wxSize(200, 100));