summaryrefslogtreecommitdiff
path: root/src/gui/setup_colors.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-08 00:44:12 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-08 00:51:30 +0200
commitaefbc69aac9f7c793725153eefce2631555bfd1f (patch)
treedc43d7d5cb5cf84373ee43a02998349d1deb3e0c /src/gui/setup_colors.cpp
parent3b229e19c2b7545a71a066383872acd5d9348e41 (diff)
downloadMana-aefbc69aac9f7c793725153eefce2631555bfd1f.tar.gz
Mana-aefbc69aac9f7c793725153eefce2631555bfd1f.tar.bz2
Mana-aefbc69aac9f7c793725153eefce2631555bfd1f.tar.xz
Mana-aefbc69aac9f7c793725153eefce2631555bfd1f.zip
Associated setup tab name with the tab itself
Keeps things together in the right place and allowed writing a bit more generic code in the Setup class.
Diffstat (limited to 'src/gui/setup_colors.cpp')
-rw-r--r--src/gui/setup_colors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_colors.cpp b/src/gui/setup_colors.cpp
index fec503ef..6aad1023 100644
--- a/src/gui/setup_colors.cpp
+++ b/src/gui/setup_colors.cpp
@@ -46,7 +46,7 @@ const std::string Setup_Colors::rawmsg = _("This is what the color looks like");
Setup_Colors::Setup_Colors() :
mSelected(-1)
{
- setOpaque(false);
+ setName(_("Colors"));
mColorBox = new ListBox(guiPalette);
mColorBox->setActionEventId("color_box");