From 28dcdf10f9fef7f4c7d7bf7664040aa3c26126fe Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Thu, 19 Jan 2012 20:45:06 +0100 Subject: Gtkmmification of object attributes dialog: image and link attributes now editable in dockable dialog (Bug #592323) (bzr r10910) --- src/verbs.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/verbs.cpp') diff --git a/src/verbs.cpp b/src/verbs.cpp index 39ecd957e..2d6d8fca8 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -19,6 +19,7 @@ * Abhishek Sharma * * Copyright (C) 2006 Johan Engelen + * Copyright (C) 2012 Kris De Gussem * Copyright (C) (date unspecified) Authors * This code is in public domain. */ @@ -1847,6 +1848,10 @@ void DialogVerb::perform(SPAction *action, void *data) case SP_VERB_DIALOG_CLONETILER: clonetiler_dialog(); break; + case SP_VERB_DIALOG_ATTR: + //sp_item_dialog(); + dt->_dlg_mgr->showDialog("ObjectAttributes"); + break; case SP_VERB_DIALOG_ITEM: //sp_item_dialog(); dt->_dlg_mgr->showDialog("ObjectProperties"); @@ -2623,6 +2628,8 @@ Verb *Verb::_base_verbs[] = { N_("Show or hide all open dialogs"), INKSCAPE_ICON("show-dialogs")), new DialogVerb(SP_VERB_DIALOG_CLONETILER, "DialogClonetiler", N_("Create Tiled Clones..."), N_("Create multiple clones of selected object, arranging them into a pattern or scattering"), INKSCAPE_ICON("dialog-tile-clones")), + new DialogVerb(SP_VERB_DIALOG_ATTR, "DialogObjectAttributes", N_("_Object attributes..."), + N_("Edit the object attributes..."), INKSCAPE_ICON("dialog-object-attributes")), new DialogVerb(SP_VERB_DIALOG_ITEM, "DialogObjectProperties", N_("_Object Properties..."), N_("Edit the ID, locked and visible status, and other object properties"), INKSCAPE_ICON("dialog-object-properties")), /*#ifdef WITH_INKBOARD -- cgit v1.2.3