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:
parent
ec48a3b5a9
commit
e3bd5cfa61
@ -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"
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user