From 35fa47970e748442fee813f85eff22af4ee77e7d Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 21 Mar 2012 14:42:12 -0300 Subject: [PATCH] Change HSV to HSB to match the ColorSelector widget. --- src/commands/cmd_palette_editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/cmd_palette_editor.cpp b/src/commands/cmd_palette_editor.cpp index 6810bc0a5..e50145172 100644 --- a/src/commands/cmd_palette_editor.cpp +++ b/src/commands/cmd_palette_editor.cpp @@ -241,7 +241,7 @@ PaletteEntryEditor::PaletteEntryEditor() , m_topBox(JI_HORIZONTAL) , m_bottomBox(JI_HORIZONTAL) , m_rgbButton("RGB", 1, JI_BUTTON) - , m_hsvButton("HSV", 1, JI_BUTTON) + , m_hsvButton("HSB", 1, JI_BUTTON) , m_entryLabel("") , m_moreOptions("+") , m_loadButton("Load")