~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/ui/dialog/xml-editor.cpp

  • Committer: gustav_b
  • Date: 2007-08-29 21:27:07 UTC
  • Revision ID: gustav_b@users.sourceforge.net-20070829212707-xvg87a2oqejqioxv
Dockable dialogs patch applied 
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
namespace UI {
21
21
namespace Dialog {
22
22
 
23
 
XmlEditor::XmlEditor() 
24
 
    : Dialog ("dialogs.xml", SP_VERB_DIALOG_XML_EDITOR)
 
23
XmlEditor::XmlEditor(Behavior::BehaviorFactory behavior_factory) 
 
24
    : Dialog (behavior_factory, "dialogs.xml", SP_VERB_DIALOG_XML_EDITOR)
25
25
{
26
26
    // TODO:  Insert widgets
27
27