diff options
| -rw-r--r-- | gui/newgui.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gui/newgui.cpp b/gui/newgui.cpp index 6d3957560f..e7e5fcf785 100644 --- a/gui/newgui.cpp +++ b/gui/newgui.cpp @@ -57,7 +57,7 @@ enum {  void GuiObject::reflowLayout() {  	if (!_name.empty()) {  		if (!g_gui.xmlEval()->getWidgetData(_name, _x, _y, _w, _h)) { -			warning("Could not load widget position for '%s'", _name.c_str()); +			error("Could not load widget position for '%s'", _name.c_str());  		}  		if (_x < 0) | 
