mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 17:41:13 +02:00
Bug 1269 - "backslash percent" not saved in effect presets
wxWidgets does special things with %. It uses % to tell it of environment variables. Rather than escaping %, it is simpler to disable the environment variables thing.
This commit is contained in:
@@ -73,6 +73,7 @@ public:
|
||||
wxEmptyString,
|
||||
0)
|
||||
{
|
||||
SetExpandEnvVars(false);
|
||||
SetParameters(parms);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user