summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebronyat-signgmaildotcom>2014-03-02 22:23:47 +0000
committerLiam P. White <inkscapebronyat-signgmaildotcom>2014-03-02 22:23:47 +0000
commitb8fb6e46b8e96c90a2182061d3a6c4fab1e7f784 (patch)
treefb896d2a453b8fe0ec616c08bde2f6e2acd64e26 /src/verbs.cpp
parentFix verbs.cpp (diff)
downloadinkscape-b8fb6e46b8e96c90a2182061d3a6c4fab1e7f784.tar.gz
inkscape-b8fb6e46b8e96c90a2182061d3a6c4fab1e7f784.zip
Attempt 2 at getting objects dialogue
(bzr r13090.1.8)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 4ac5fdc41..b5c5abe13 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2861,6 +2861,8 @@ Verb *Verb::_base_verbs[] = {
N_("Query information about extensions"), NULL),
new DialogVerb(SP_VERB_DIALOG_LAYERS, "DialogLayers", N_("Layer_s..."),
N_("View Layers"), INKSCAPE_ICON("dialog-layers")),
+ new DialogVerb(SP_VERB_DIALOG_OBJECTS, "DialogObjects", N_("Object_s..."),
+ N_("View Objects"), INKSCAPE_ICON("dialog-layers")),
new DialogVerb(SP_VERB_DIALOG_LIVE_PATH_EFFECT, "DialogLivePathEffect", N_("Path E_ffects ..."),
N_("Manage, edit, and apply path effects"), NULL),
new DialogVerb(SP_VERB_DIALOG_FILTER_EFFECTS, "DialogFilterEffects", N_("Filter _Editor..."),