summaryrefslogtreecommitdiff
path: root/src/gui/textfield.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-17 18:54:32 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-17 18:54:32 +0000
commit694e6e4148e19168f930406b13a3f63981341c05 (patch)
tree122603f02a0bc3bbd2515a40e54abaf620f3ece1 /src/gui/textfield.cpp
parent44a347ccc40bb4a42f03743f5e2401769da41289 (diff)
downloadmana-client-694e6e4148e19168f930406b13a3f63981341c05.tar.gz
mana-client-694e6e4148e19168f930406b13a3f63981341c05.tar.bz2
mana-client-694e6e4148e19168f930406b13a3f63981341c05.tar.xz
mana-client-694e6e4148e19168f930406b13a3f63981341c05.zip
Converted all GUI images to PNG
Diffstat (limited to 'src/gui/textfield.cpp')
-rw-r--r--src/gui/textfield.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/textfield.cpp b/src/gui/textfield.cpp
index ba278718..c2b4642c 100644
--- a/src/gui/textfield.cpp
+++ b/src/gui/textfield.cpp
@@ -31,7 +31,7 @@ TextField::TextField(const std::string& text):
// Load the skin
ResourceManager *resman = ResourceManager::getInstance();
- Image *textbox = resman->getImage("core/graphics/gui/textbox.bmp");
+ Image *textbox = resman->getImage("core/graphics/gui/textbox.png");
int gridx[4] = {0, 9, 16, 25};
int gridy[4] = {0, 4, 19, 24};
int a = 0, x, y;