mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
Make titlebar and about dialog fancy for cmake build.
Windows needs fixing.
This commit is contained in:
parent
95fd6e925c
commit
e8fe15c3f7
13 changed files with 54 additions and 24 deletions
|
@ -274,7 +274,7 @@ bool DolphinApp::OnInit()
|
|||
#endif
|
||||
|
||||
main_frame = new CFrame((wxFrame*)NULL, wxID_ANY,
|
||||
wxString::FromAscii(svn_rev_str),
|
||||
wxString::FromAscii(scm_rev_str),
|
||||
wxPoint(x, y), wxSize(w, h),
|
||||
UseDebugger, BatchMode, UseLogger);
|
||||
SetTopWindow(main_frame);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue