From c3755c31222a7cd4e90f772eb88a992dd64f6c06 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Jan 2013 22:33:26 +0300 Subject: Use in different listbox derived classes different xml skin. --- src/gui/setup_colors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/setup_colors.cpp') diff --git a/src/gui/setup_colors.cpp b/src/gui/setup_colors.cpp index c83d5d2a8..880c9082e 100644 --- a/src/gui/setup_colors.cpp +++ b/src/gui/setup_colors.cpp @@ -50,7 +50,7 @@ const std::string Setup_Colors::rawmsg = Setup_Colors::Setup_Colors(const Widget2 *const widget) : SetupTab(widget), gcn::SelectionListener(), - mColorBox(new ListBox(this, userPalette)), + mColorBox(new ListBox(this, userPalette, "")), mScroll(new ScrollArea(mColorBox, true, "setup_colors_background.xml")), mPreview(new BrowserBox(this, BrowserBox::AUTO_WRAP)), mTextPreview(new TextPreview(this, rawmsg)), -- cgit v1.2.3-60-g2f50