Skip to content
Snippets Groups Projects
Commit 733c1911 authored by deuce's avatar deuce
Browse files

Add the system menu to the window...

parent c650f00a
Branches
Tags
No related merge requests found
......@@ -270,7 +270,7 @@ bool MyApp::OnInit()
, wxT("SyncTERM HTML")
, wxPoint(window_xpos,window_ypos)
, wxSize(window_width,window_height)
, wxMINIMIZE_BOX | wxRESIZE_BORDER | wxCAPTION | wxCLOSE_BOX /* wxMAXIMIZE_BOX | wxSYSTEM_MENU | wxCLIP_CHILDREN */
, wxMINIMIZE_BOX | wxRESIZE_BORDER | wxCAPTION | wxCLOSE_BOX | wxSYSTEM_MENU /* wxMAXIMIZE_BOX | wxSYSTEM_MENU | wxCLIP_CHILDREN */
);
htmlWindow = new MyHTML(frame, HTML_ID);
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