Change HSV to HSB to match the ColorSelector widget.

This commit is contained in:
David Capello 2012-03-21 14:42:12 -03:00
parent f0ae57836f
commit 35fa47970e

View File

@ -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")