mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +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
|
@ -1073,7 +1073,7 @@ void CFrame::DoStop()
|
|||
X11Utils::InhibitScreensaver(X11Utils::XDisplayFromHandle(GetHandle()),
|
||||
X11Utils::XWindowFromHandle(GetHandle()), false);
|
||||
#endif
|
||||
m_RenderFrame->SetTitle(wxString::FromAscii(svn_rev_str));
|
||||
m_RenderFrame->SetTitle(wxString::FromAscii(scm_rev_str));
|
||||
|
||||
// Destroy the renderer frame when not rendering to main
|
||||
m_RenderParent->Disconnect(wxID_ANY, wxEVT_SIZE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue