Fix issue #264, widgets aren't loaded

This error appeared after a huge refactor of classes
(src/widgets/ to app/ui/ directory).
This commit is contained in:
David Capello 2013-09-30 12:07:40 -03:00
parent d91b05667b
commit 0d182b95af

View File

@ -76,7 +76,7 @@ Widget* WidgetLoader::loadWidget(const char* fileName, const char* widgetId)
rf.addPath(fileName);
buf = "app/ui/";
buf = "widgets/";
buf += fileName;
rf.findInDataDir(buf.c_str());