diff options
| author | buliabyak <> | 2009-12-01 02:46:11 +0000 |
|---|---|---|
| committer | buliabyak <> | 2009-12-01 02:46:11 +0000 |
| commit | 649201006f7d1a8442e2634e5f42c31b6032cf4c (patch) | |
| tree | 3f8dd2b555dde60416d8bd24480b7c895c6d9ad5 /src/ui/view/edit-widget.cpp | |
| parent | Merging in the changes from the 0.47 release branch. Also updating version n... (diff) | |
| parent | Spray Tool by the students at Ecole Centrale de Lyon, Lyon, France (diff) | |
| download | inkscape-649201006f7d1a8442e2634e5f42c31b6032cf4c.tar.gz inkscape-649201006f7d1a8442e2634e5f42c31b6032cf4c.zip | |
merge
(bzr r8848.1.1)
Diffstat (limited to 'src/ui/view/edit-widget.cpp')
| -rw-r--r-- | src/ui/view/edit-widget.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/view/edit-widget.cpp b/src/ui/view/edit-widget.cpp index 770a9bf87..d34b18771 100644 --- a/src/ui/view/edit-widget.cpp +++ b/src/ui/view/edit-widget.cpp @@ -228,6 +228,12 @@ EditWidget::onDialogAlignAndDistribute() } void +EditWidget::onDialogSprayOptionClass() +{ + _dlg_mgr.showDialog("SprayOptionClass"); +} + +void EditWidget::onDialogDocumentProperties() { // manage (Inkscape::UI::Dialog::DocumentPreferences::create()); |
