diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-03-23 02:53:58 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-03-23 02:53:58 +0000 |
| commit | 924e671a1e5d76c1d25d4fcad9d0e9f015dc394e (patch) | |
| tree | b5edc420bece6f3a7227bdb1009af3fea51388b9 /src/verbs.cpp | |
| parent | UI. Patch for Bug #666370 (Not all units in the Object Transform dialog are t... (diff) | |
| download | inkscape-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.cpp | 4 |
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 |
