mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
Fix Mac Build.
Brackets for XO were in the wrong place.
This commit is contained in:
parent
caf4eadb97
commit
5407f92c0c
@ -462,10 +462,9 @@ void OnPaste(const CommandContext &context)
|
||||
// Throw, so that any previous changes to the project in this loop
|
||||
// are discarded.
|
||||
throw SimpleMessageBoxException{
|
||||
XO("Pasting one type of track into another is not allowed.",
|
||||
XO("Pasting one type of track into another is not allowed."),
|
||||
XO("Warning"),
|
||||
"Error:_Copying_or_Pasting"
|
||||
)
|
||||
};
|
||||
|
||||
// We should need this check only each time we visit the leading
|
||||
|
Loading…
x
Reference in New Issue
Block a user