From 962928a6095af0f11fbc0472b7a400bf47cc0d44 Mon Sep 17 00:00:00 2001 From: David Capello Date: Fri, 4 Mar 2016 15:41:32 -0300 Subject: [PATCH] Add the possibility to assign a keyboard shortcut to color quantization (#999) --- data/gui.xml | 3 +++ src/app/commands/cmd_color_quantization.cpp | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/data/gui.xml b/data/gui.xml index d87e035cf..8c53f21eb 100644 --- a/data/gui.xml +++ b/data/gui.xml @@ -389,6 +389,9 @@ + + + diff --git a/src/app/commands/cmd_color_quantization.cpp b/src/app/commands/cmd_color_quantization.cpp index 11d777a38..3e432397f 100644 --- a/src/app/commands/cmd_color_quantization.cpp +++ b/src/app/commands/cmd_color_quantization.cpp @@ -1,5 +1,5 @@ // Aseprite -// Copyright (C) 2001-2015 David Capello +// Copyright (C) 2001-2016 David Capello // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as @@ -75,7 +75,7 @@ private: ColorQuantizationCommand::ColorQuantizationCommand() : Command("ColorQuantization", - "Color Quantization", + "Create Palette from Current Sprite (Color Quantization)", CmdRecordableFlag) { }