[aseprite] 84/128: Fix typo on File > Exit command

Tobias Hansen thansen at moszumanska.debian.org
Mon May 9 21:24:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 6c0ff1735f55dc518296ba43631ddaee56fc8d7f
Author: David Capello <davidcapello at gmail.com>
Date:   Fri Apr 29 11:40:56 2016 -0300

    Fix typo on File > Exit command
---
 src/app/commands/cmd_exit.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/commands/cmd_exit.cpp b/src/app/commands/cmd_exit.cpp
index d7508ca..53e57ed 100644
--- a/src/app/commands/cmd_exit.cpp
+++ b/src/app/commands/cmd_exit.cpp
@@ -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
   }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list