[aseprite] 27/308: Fix comment in KeyboardShortcuts::importFile()

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 02:44:48 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 d5d1ac0d47eab11d9f53106ef92077225bcae344
Author: David Capello <davidcapello at gmail.com>
Date:   Mon Nov 30 09:34:14 2015 -0300

    Fix comment in KeyboardShortcuts::importFile()
---
 src/app/ui/keyboard_shortcuts.cpp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/app/ui/keyboard_shortcuts.cpp b/src/app/ui/keyboard_shortcuts.cpp
index 2e295e9..c832910 100644
--- a/src/app/ui/keyboard_shortcuts.cpp
+++ b/src/app/ui/keyboard_shortcuts.cpp
@@ -347,9 +347,10 @@ void KeyboardShortcuts::importFile(TiXmlElement* rootElement, KeySource source)
           if (!removed) {
             key->add(accel, source);
 
-            // Add the shortcut to the menuitems with this
-            // command (this is only visual, the "manager_msg_proc"
-            // is the only one that process keyboard shortcuts)
+            // Add the shortcut to the menuitems with this command
+            // (this is only visual, the
+            // "CustomizedGuiManager::onProcessMessage" is the only
+            // one that process keyboard shortcuts)
             if (key->accels().size() == 1) {
               AppMenus::instance()->applyShortcutToMenuitemsWithCommand(
                 command, params, key);

-- 
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