Use icon in title bar on Windows
This commit is contained in:
parent
64aaceb55f
commit
b2729c8688
1 changed files with 3 additions and 0 deletions
3
gui.cpp
3
gui.cpp
|
|
@ -367,6 +367,9 @@ bool MyApp::OnInit()
|
|||
|
||||
MyFrame *frame = new MyFrame(NULL, -1, "Motion Sensor Calibration Tool",
|
||||
pos, wxSize(1120,760), wxDEFAULT_FRAME_STYLE);
|
||||
#ifdef WINDOWS
|
||||
frame->SetIcon(wxIcon("MotionCal"));
|
||||
#endif
|
||||
frame->Show( true );
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue