mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 12:12:23 +01:00
Preliminary changes for wxWidgets 3.0.1
We can't go to 3.0.1 yet as there are still build issues on Linux and OSX. You can get Windows to build, but there's still some display issues. These changes should work with wxWidgets 2.8.12 as well, so we can take our time to get things working properly before switching over.
This commit is contained in:
@@ -188,7 +188,7 @@ char *Internat::VerifyFilename(const wxString &s, bool input)
|
||||
wxMessageBox(_("The specified filename could not be converted due to Unicode character use."));
|
||||
|
||||
name = FileSelector(_("Specify New Filename:"),
|
||||
NULL,
|
||||
wxEmptyString,
|
||||
name,
|
||||
f.GetExt(),
|
||||
wxT("*.") + f.GetExt(),
|
||||
|
||||
Reference in New Issue
Block a user