From 924e671a1e5d76c1d25d4fcad9d0e9f015dc394e Mon Sep 17 00:00:00 2001 From: John Smith Date: Fri, 23 Mar 2012 11:53:58 +0900 Subject: Fix for 909328 : Dockable Find & Replace dialog (bzr r11117) --- src/verbs.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/verbs.cpp') diff --git a/src/verbs.cpp b/src/verbs.cpp index b00315248..b890e64a5 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -1822,9 +1822,7 @@ void DialogVerb::perform(SPAction *action, void *data) dt->_dlg_mgr->showDialog("XmlTree"); break; case SP_VERB_DIALOG_FIND: - sp_find_dialog(); -// Please test the new find dialog if you have time: -// dt->_dlg_mgr->showDialog("Find"); + dt->_dlg_mgr->showDialog("Find"); break; case SP_VERB_DIALOG_FINDREPLACE: // not implemented yet -- cgit v1.2.3