Skip to content
Snippets Groups Projects
Commit 83acfb8f authored by deuce's avatar deuce
Browse files

Bug in last commit

parent 9a181729
Branches
Tags
No related merge requests found
...@@ -260,7 +260,7 @@ bool MyApp::OnInit() ...@@ -260,7 +260,7 @@ bool MyApp::OnInit()
, wxT("SyncTERM HTML") , wxT("SyncTERM HTML")
, wxPoint(window_xpos,window_ypos) , wxPoint(window_xpos,window_ypos)
, wxSize(window_width,window_height) , wxSize(window_width,window_height)
, wxMINIMIZE_BOX | /* wxMAXIMIZE_BOX */ | wxRESIZE_BORDER | /* wxSYSTEM_MENU */ | wxCAPTION | wxCLOSE_BOX | /* wxCLIP_CHILDREN */ , wxMINIMIZE_BOX | wxRESIZE_BORDER | wxCAPTION | wxCLOSE_BOX /* wxMAXIMIZE_BOX | wxSYSTEM_MENU | wxCLIP_CHILDREN */
); );
htmlWindow = new MyHTML(frame, HTML_ID); htmlWindow = new MyHTML(frame, HTML_ID);
htmlWindow->SetRelatedFrame(frame,wxT("SyncTERM HTML : %s")); htmlWindow->SetRelatedFrame(frame,wxT("SyncTERM HTML : %s"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment