diff options
| author | Ted Gould <ted@gould.cx> | 2006-03-29 05:42:35 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2006-03-29 05:42:35 +0000 |
| commit | 2d6f0d57d83d1f89ebe08643f26f29e027840001 (patch) | |
| tree | c1072eb31583dc80fe5d60b49ada8b61ced451ed /src/verbs.cpp | |
| parent | r10987@tres: ted | 2006-02-28 01:06:37 -0800 (diff) | |
| download | inkscape-2d6f0d57d83d1f89ebe08643f26f29e027840001.tar.gz inkscape-2d6f0d57d83d1f89ebe08643f26f29e027840001.zip | |
(bzr r352)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 40e8a6ded..8212ad233 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2238,6 +2238,8 @@ Verb *Verb::_base_verbs[] = { N_("Query information about extensions"), NULL), new DialogVerb(SP_VERB_DIALOG_EXTENSIONEDITOR, "org.inkscape.dialogs.extensioneditor", N_("_Extensions..."), N_("Query information about extensions"), NULL), + new DialogVerb(SP_VERB_DIALOG_EXTENSIONEDITOR, "org.inkscape.dialogs.extensioneditor", N_("_Extensions..."), + N_("Query information about extensions"), NULL), /* Help */ new HelpVerb(SP_VERB_HELP_KEYS, "HelpKeys", N_("_Keys and Mouse"), |
