1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Sweep for filename copying: various

This commit is contained in:
Paul Licameli
2016-02-22 00:17:20 -05:00
parent 2d7e21536e
commit f00144e9a5
15 changed files with 91 additions and 80 deletions

View File

@@ -31,7 +31,7 @@ wxString PlatformCompatibility::GetLongFileName(const wxString& shortFileName)
return fn.GetLongPath();
}
wxString PlatformCompatibility::GetExecutablePath()
const wxString &PlatformCompatibility::GetExecutablePath()
{
static bool found = false;
static wxString path;