summaryrefslogtreecommitdiff
path: root/src/gui/equipmentwindow.cpp
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-08 09:59:13 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-08 09:59:13 +0000
commitdc171fd00cd575d76b51501d6ce68b68faefe2e7 (patch)
tree4988656ebffb2c38712d689f36f29bfd67f9eade /src/gui/equipmentwindow.cpp
parent22e0f62f96c9b610569f21b4b6a8303966fdae2b (diff)
downloadmana-client-dc171fd00cd575d76b51501d6ce68b68faefe2e7.tar.gz
mana-client-dc171fd00cd575d76b51501d6ce68b68faefe2e7.tar.bz2
mana-client-dc171fd00cd575d76b51501d6ce68b68faefe2e7.tar.xz
mana-client-dc171fd00cd575d76b51501d6ce68b68faefe2e7.zip
Moved equipment background to the gui directory. Changed name to lowercase only.
Diffstat (limited to 'src/gui/equipmentwindow.cpp')
-rw-r--r--src/gui/equipmentwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/equipmentwindow.cpp b/src/gui/equipmentwindow.cpp
index 729e1283..5e835985 100644
--- a/src/gui/equipmentwindow.cpp
+++ b/src/gui/equipmentwindow.cpp
@@ -73,7 +73,7 @@ EquipmentWindow::EquipmentWindow(Equipment *equipment):
}
ResourceManager *resman = ResourceManager::getInstance();
- mBackground = resman->getImage("graphics/images/equipBackground.png");
+ mBackground = resman->getImage("graphics/gui/equip_bg.png");
mBackground->setAlpha(0.3);
}