mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Add: Help button for "Copying stereo audio into a mono track error"
This commit is contained in:
@@ -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"
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user