Fix typo on File > Exit command

This commit is contained in:
David Capello 2016-04-29 11:40:56 -03:00
parent e1c60a399e
commit 6c0ff1735f

View File

@ -48,7 +48,7 @@ void ExitCommand::onExecute(Context* context)
}
if (modifiedFiles) {
if (ui::Alert::show("Warning<<There are sprites with changes.<<Do you want quit anyway?||&Yes||&No") != 1)
if (ui::Alert::show("Warning<<There are sprites with changes.<<Do you want to quit anyway?||&Yes||&No") != 1)
return; // In this case the user doesn't want to close with modified files
}