From b596d748b398242b556cb5a6271dff014d5e638d Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 30 Jul 2009 08:55:53 +0000 Subject: Changed illogically named 'window' tag into the more descriptive 'widgets' tag. --- client/macrowindow.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/macrowindow.cc b/client/macrowindow.cc index 7173e2a..16ccf53 100644 --- a/client/macrowindow.cc +++ b/client/macrowindow.cc @@ -105,7 +105,7 @@ void MacroWindow::initMacro(QDomNode &node) printf("Unknown script type %s\n", xml_elem.attribute("language").toStdString().c_str()); } - } else if(xml_elem.tagName() == "window") { + } else if(xml_elem.tagName() == "widgets") { Window *window = new Window(xml_elem, this); macrotitle = xml_elem.attribute("caption"); mainwidget = window; -- cgit v1.2.3