diff options
| author | Ted Gould <ted@gould.cx> | 2006-03-29 05:43:39 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2006-03-29 05:43:39 +0000 |
| commit | 80c6b4c430c850d9fcba48e457563558a67b4e8a (patch) | |
| tree | 73f974e27133b7ac0d2d0ae63b36af6a1f980d2a /src | |
| parent | r11029@tres: ted | 2006-03-18 11:01:42 -0800 (diff) | |
| download | inkscape-80c6b4c430c850d9fcba48e457563558a67b4e8a.tar.gz inkscape-80c6b4c430c850d9fcba48e457563558a67b4e8a.zip | |
(bzr r357)
Diffstat (limited to 'src')
| -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 8212ad233..91ee69afd 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2240,6 +2240,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"), |
