From 8e94f155477fa0968061d46a5b8fc7495905d7e0 Mon Sep 17 00:00:00 2001 From: gouldtj Date: Wed, 29 Mar 2006 05:43:39 +0000 Subject: [PATCH] --- src/verbs.cpp | 2 ++ 1 file changed, 2 insertions(+) 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"), -- 2.30.2