diff options
Diffstat (limited to 'src/ui/dialog/xml-editor.cpp')
| -rw-r--r-- | src/ui/dialog/xml-editor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/xml-editor.cpp b/src/ui/dialog/xml-editor.cpp index b8abf8bfd..53f3b4c2c 100644 --- a/src/ui/dialog/xml-editor.cpp +++ b/src/ui/dialog/xml-editor.cpp @@ -20,8 +20,8 @@ namespace Inkscape { namespace UI { namespace Dialog { -XmlEditor::XmlEditor() - : Dialog ("dialogs.xml", SP_VERB_DIALOG_XML_EDITOR) +XmlEditor::XmlEditor(Behavior::BehaviorFactory behavior_factory) + : Dialog (behavior_factory, "dialogs.xml", SP_VERB_DIALOG_XML_EDITOR) { // TODO: Insert widgets |
