diff options
| author | Ted Gould <ted@gould.cx> | 2006-03-29 05:43:57 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2006-03-29 05:43:57 +0000 |
| commit | 2e790a7349dc6b1dfaf033586b245d206bf5a359 (patch) | |
| tree | 2427b65c390363ed557a4bb035817a280121b543 /src/verbs.cpp | |
| parent | (bzr r357) (diff) | |
| download | inkscape-2e790a7349dc6b1dfaf033586b245d206bf5a359.tar.gz inkscape-2e790a7349dc6b1dfaf033586b245d206bf5a359.zip | |
(bzr r358)
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 91ee69afd..b10892b80 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2242,6 +2242,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"), |
