diff options
Diffstat (limited to 'client/macrowindow.cc')
-rw-r--r-- | client/macrowindow.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |