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