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/questswindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/questswindow.cpp') diff --git a/src/gui/questswindow.cpp b/src/gui/questswindow.cpp index 11e93d9e9..dae8d1fca 100644 --- a/src/gui/questswindow.cpp +++ b/src/gui/questswindow.cpp @@ -98,7 +98,8 @@ QuestsWindow::QuestsWindow() : Window(_("Quests"), false, nullptr, "quests.xml"), gcn::ActionListener(), mQuestsModel(new QuestsModel), - mQuestsListBox(new ExtendedListBox(this, mQuestsModel)), + mQuestsListBox(new ExtendedListBox(this, + mQuestsModel, "extendedlistbox.xml")), mQuestScrollArea(new ScrollArea(mQuestsListBox, getOptionBool("showlistbackground"), "quests_list_background.xml")), mItemLinkHandler(new ItemLinkHandler), -- cgit v1.2.3-60-g2f50