From 5407f92c0c78d467c95d2b194ae1045a24103690 Mon Sep 17 00:00:00 2001 From: James Crook Date: Mon, 14 Sep 2020 18:56:57 +0100 Subject: [PATCH] Fix Mac Build. Brackets for XO were in the wrong place. --- src/menus/EditMenus.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/menus/EditMenus.cpp b/src/menus/EditMenus.cpp index 32032312f..17cce574e 100644 --- a/src/menus/EditMenus.cpp +++ b/src/menus/EditMenus.cpp @@ -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