From fb765f76d5e05511950e904b5180f257c9280572 Mon Sep 17 00:00:00 2001 From: ishmal Date: Wed, 29 Mar 2006 13:18:22 +0000 Subject: [PATCH] fixed typo. removed duplicates of SP_VERB_DIALOG_EXTENSIONEDITOR --- src/verbs.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/verbs.cpp b/src/verbs.cpp index b10892b80..9cfe33dda 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2236,14 +2236,6 @@ Verb *Verb::_base_verbs[] = { N_("Configure extended input devices, such as a graphics tablet"), 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), - 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), - 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