1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

Add: Help button for "Copying stereo audio into a mono track error"

This commit is contained in:
James Crook 2020-09-21 15:32:56 +01:00
parent ec48a3b5a9
commit e3bd5cfa61

View File

@ -492,7 +492,9 @@ void OnPaste(const CommandContext &context)
// Throw, so that any previous changes to the project in this
// loop are discarded.
throw SimpleMessageBoxException{
XO("Copying stereo audio into a mono track is not allowed.")
XO("Copying stereo audio into a mono track is not allowed."),
XO("Warning"),
"Error:_Copying_or_Pasting"
};
}
}