summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-03-23 02:53:58 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-03-23 02:53:58 +0000
commit924e671a1e5d76c1d25d4fcad9d0e9f015dc394e (patch)
treeb5edc420bece6f3a7227bdb1009af3fea51388b9 /src/verbs.cpp
parentUI. Patch for Bug #666370 (Not all units in the Object Transform dialog are t... (diff)
downloadinkscape-924e671a1e5d76c1d25d4fcad9d0e9f015dc394e.tar.gz
inkscape-924e671a1e5d76c1d25d4fcad9d0e9f015dc394e.zip
Fix for 909328 : Dockable Find & Replace dialog
(bzr r11117)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp4
1 files changed, 1 insertions, 3 deletions
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