diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-03 22:11:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-04 23:57:02 +0300 |
commit | 10c8e7da87de2219fad19fd899e97257164e4830 (patch) | |
tree | 57ec3359cdd8cbb24b88e4f13a05d210326151ab /src/gui/inventorywindow.cpp | |
parent | 0647852f65598ef9cb9ebff6dfb508e8b1a98c1c (diff) | |
download | plus-10c8e7da87de2219fad19fd899e97257164e4830.tar.gz plus-10c8e7da87de2219fad19fd899e97257164e4830.tar.bz2 plus-10c8e7da87de2219fad19fd899e97257164e4830.tar.xz plus-10c8e7da87de2219fad19fd899e97257164e4830.zip |
Extend background theming.
Diffstat (limited to 'src/gui/inventorywindow.cpp')
-rw-r--r-- | src/gui/inventorywindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/inventorywindow.cpp b/src/gui/inventorywindow.cpp index b448ef80d..6417a668a 100644 --- a/src/gui/inventorywindow.cpp +++ b/src/gui/inventorywindow.cpp @@ -136,7 +136,7 @@ InventoryWindow::InventoryWindow(Inventory *inventory): mItems->addSelectionListener(this); gcn::ScrollArea *invenScroll = new ScrollArea( - mItems, getOptionBool("showbackground")); + mItems, getOptionBool("showbackground"), "inventory_background.xml"); invenScroll->setHorizontalScrollPolicy(gcn::ScrollArea::SHOW_NEVER); mSlotsLabel = new Label(_("Slots:")); |