mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +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
|
// Throw, so that any previous changes to the project in this loop
|
||||||
// are discarded.
|
// are discarded.
|
||||||
throw SimpleMessageBoxException{
|
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"),
|
XO("Warning"),
|
||||||
"Error:_Copying_or_Pasting"
|
"Error:_Copying_or_Pasting"
|
||||||
)
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// We should need this check only each time we visit the leading
|
// We should need this check only each time we visit the leading
|
||||||
|
Loading…
x
Reference in New Issue
Block a user