summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2006-11-29 21:43:42 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2006-11-29 21:43:42 +0000
commit682fd95b7c199d283e78acdbdbd3ff276206e1ea (patch)
treef166e13cfdf64b89b67c46428dc1f39ca09a8112
parentC++ find dialog: only UI issues left (i hope) Testing needed. (diff)
downloadinkscape-682fd95b7c199d283e78acdbdbd3ff276206e1ea.tar.gz
inkscape-682fd95b7c199d283e78acdbdbd3ff276206e1ea.zip
C++ find dialog calling code.
(bzr r2056)
-rw-r--r--src/verbs.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 62f85d076..9c25c761d 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -1614,6 +1614,8 @@ DialogVerb::perform(SPAction *action, void *data, void *pdata)
break;
case SP_VERB_DIALOG_FIND:
sp_find_dialog();
+// Please test the new find dialog if you have time:
+// dt->_dlg_mgr->showDialog("Find");
break;
case SP_VERB_DIALOG_DEBUG:
dt->_dlg_mgr->showDialog("Messages");