mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 07:29:29 +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:
parent
ed33fdebc9
commit
de468afd8d
@ -73,6 +73,7 @@ public:
|
||||
wxEmptyString,
|
||||
0)
|
||||
{
|
||||
SetExpandEnvVars(false);
|
||||
SetParameters(parms);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user