Code

C++ find dialog calling code.
authorjohanengelen <johanengelen@users.sourceforge.net>
Wed, 29 Nov 2006 21:43:42 +0000 (21:43 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Wed, 29 Nov 2006 21:43:42 +0000 (21:43 +0000)
src/verbs.cpp

index 62f85d076e5b89e5427f9fa7329f6d539086d2af..9c25c761d9afe250b1fd4ce6aa82e517626f92e9 100644 (file)
@@ -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");