diff options
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index bfdae4e0b..51322f971 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2186,9 +2186,6 @@ void DialogVerb::perform(SPAction *action, void *data) case SP_VERB_DIALOG_FIND: dt->_dlg_mgr->showDialog("Find"); break; - case SP_VERB_DIALOG_FINDREPLACE: - // not implemented yet - break; case SP_VERB_DIALOG_SPELLCHECK: dt->_dlg_mgr->showDialog("SpellCheck"); break; @@ -3113,8 +3110,6 @@ Verb *Verb::_base_verbs[] = { N_("View and edit the XML tree of the document"), INKSCAPE_ICON("dialog-xml-editor")), new DialogVerb(SP_VERB_DIALOG_FIND, "DialogFind", N_("_Find/Replace..."), N_("Find objects in document"), INKSCAPE_ICON("edit-find")), - new DialogVerb(SP_VERB_DIALOG_FINDREPLACE, "DialogFindReplace", N_("Find and _Replace Text..."), - N_("Find and replace text in document"), INKSCAPE_ICON("edit-find-replace")), new DialogVerb(SP_VERB_DIALOG_SPELLCHECK, "DialogSpellcheck", N_("Check Spellin_g..."), N_("Check spelling of text in document"), INKSCAPE_ICON("tools-check-spelling")), new DialogVerb(SP_VERB_DIALOG_DEBUG, "DialogDebug", N_("_Messages..."), N_("View debug messages"), |
