mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 00:23:35 +00:00
Fix typo on File > Exit command
This commit is contained in:
parent
e1c60a399e
commit
6c0ff1735f
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user