mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Don't bother quickly flashing the full pathname to the file loaded
in the title bar. It is more usefully displayed using the overlay and long pathnames are not suitable for title bars and probably not even safe depending on the underlying windowing system. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6817 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -47,8 +47,7 @@ void AboutDolphin::CreateGUIControls()
|
||||
sbDolphinLogo = new wxStaticBitmap(this, ID_LOGO,
|
||||
wxBitmap(iDolphinLogo), wxDefaultPosition, wxDefaultSize, 0);
|
||||
|
||||
std::string Text = std::string("") +
|
||||
"Dolphin SVN revision " + svn_rev_str + "\n"
|
||||
std::string Text = std::string(svn_rev_str) + "\n"
|
||||
"Copyright (c) 2003-2010+ Dolphin Team\n"
|
||||
"\n"
|
||||
"Dolphin is a Gamecube/Wii emulator, which was\n"
|
||||
|
Reference in New Issue
Block a user