From fb3d5a82f51bd3fe4a0540f542e2ecbc720a168f Mon Sep 17 00:00:00 2001 From: Nathan Lee <2431820-nathanal@users.noreply.gitlab.com> Date: Wed, 10 Apr 2019 11:34:16 +1000 Subject: Remove unimplemented Find Dialog (obsolete) --- src/verbs.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/verbs.cpp') 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"), -- cgit v1.2.3