~inkscape.dev/inkscape/trunk

« back to all changes in this revision

Viewing changes to src/ui/dialog/fill-and-stroke.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:
55
55
}
56
56
 
57
57
 
58
 
FillAndStroke::FillAndStroke() 
59
 
    : Dialog ("dialogs.fillstroke", SP_VERB_DIALOG_FILL_STROKE),
 
58
FillAndStroke::FillAndStroke(Behavior::BehaviorFactory behavior_factory) 
 
59
    : Dialog (behavior_factory, "dialogs.fillstroke", SP_VERB_DIALOG_FILL_STROKE),
60
60
      _page_fill(1, 1, true, true),
61
61
      _page_stroke_paint(1, 1, true, true),
62
62
      _page_stroke_style(1, 1, true, true),