diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-02 22:00:28 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-02 22:00:28 +0000 |
| commit | 169c4551d14f4403f01724b93740c23e841f5fb0 (patch) | |
| tree | c62921e72f8aa326b90c2283c391988f94e25155 /src/verbs.cpp | |
| parent | Updated to include (non-functional) Objects dialogue (diff) | |
| download | inkscape-169c4551d14f4403f01724b93740c23e841f5fb0.tar.gz inkscape-169c4551d14f4403f01724b93740c23e841f5fb0.zip | |
Fix verbs.cpp
(bzr r13090.1.7)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 653d5f892..4ac5fdc41 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2040,6 +2040,9 @@ void DialogVerb::perform(SPAction *action, void *data) case SP_VERB_DIALOG_LAYERS: dt->_dlg_mgr->showDialog("LayersPanel"); break; + case SP_VERB_DIALOG_OBJECTS: + dt->_dlg_mgr->showDialog("ObjectsPanel"); + break; case SP_VERB_DIALOG_LIVE_PATH_EFFECT: dt->_dlg_mgr->showDialog("LivePathEffect"); break; |
