From 2b13553c603fa52d72bd1baa52f34544d47babdb Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Fri, 25 Mar 2005 20:34:29 +0000 Subject: Moved datafiles in unified structure. --- src/gui/textfield.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/textfield.cpp') diff --git a/src/gui/textfield.cpp b/src/gui/textfield.cpp index c2b4642c..56ad8ab0 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.png"); + Image *textbox = resman->getImage("graphics/gui/textbox.png"); int gridx[4] = {0, 9, 16, 25}; int gridy[4] = {0, 4, 19, 24}; int a = 0, x, y; -- cgit v1.2.3-70-g09d2