mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
Un-fix smart single quotes in Nyquist prompt too; see commit 45a0ce1
This commit is contained in:
@@ -2475,6 +2475,11 @@ bool NyquistEffect::TransferDataFromPromptWindow()
|
|||||||
mInputCmd.Replace(left, dumb, true);
|
mInputCmd.Replace(left, dumb, true);
|
||||||
mInputCmd.Replace(right, dumb, true);
|
mInputCmd.Replace(right, dumb, true);
|
||||||
|
|
||||||
|
const wxString leftSingle = wxT("\u2018"), rightSingle = wxT("\u2019"),
|
||||||
|
dumbSingle = '\'';
|
||||||
|
mInputCmd.Replace(leftSingle, dumbSingle, true);
|
||||||
|
mInputCmd.Replace(rightSingle, dumbSingle, true);
|
||||||
|
|
||||||
mVersion = mVersionCheckBox->GetValue() ? 3 : 4;
|
mVersion = mVersionCheckBox->GetValue() ? 3 : 4;
|
||||||
|
|
||||||
return ParseCommand(mInputCmd);
|
return ParseCommand(mInputCmd);
|
||||||
|
|||||||
Reference in New Issue
Block a user