mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
Fix a few strings for translation.
Fix a minor icon issue in the game properties dialog. Use a little hack to deal with spaces in file names. Need to find a better way to deal with this. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7470 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
7f745d67ce
commit
73031229f7
5 changed files with 132 additions and 131 deletions
|
@ -41,6 +41,10 @@ void Explore(const char *path)
|
|||
wxPath = wxT("file://") + wxPath;
|
||||
}
|
||||
|
||||
#ifdef __WXGTK__
|
||||
wxPath.Replace(wxT(" "), wxT("\\ "));
|
||||
#endif
|
||||
|
||||
if (! ::wxLaunchDefaultBrowser(wxPath))
|
||||
{
|
||||
// WARN_LOG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue