mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 02:59:00 +00: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:
parent
5a175c16c3
commit
6de6cf6d46
5 changed files with 6 additions and 18 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue