From d189d362ba4b1b7c7963e925638eb5f12baba882 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 9 Oct 2013 12:43:50 +0300 Subject: allow set different skin for browserboxes. --- src/gui/popups/popupmenu.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/popups') diff --git a/src/gui/popups/popupmenu.cpp b/src/gui/popups/popupmenu.cpp index fc4c91c8c..a0096e17c 100644 --- a/src/gui/popups/popupmenu.cpp +++ b/src/gui/popups/popupmenu.cpp @@ -89,7 +89,8 @@ std::string tradePartnerName; PopupMenu::PopupMenu() : Popup("PopupMenu", "popupmenu.xml"), - mBrowserBox(new BrowserBox(this, BrowserBox::AUTO_SIZE, true)), + mBrowserBox(new BrowserBox(this, BrowserBox::AUTO_SIZE, true, + "browserbox.xml")), mScrollArea(nullptr), mBeingId(0), mFloorItemId(0), -- cgit v1.2.3-60-g2f50