diff options
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 2 |
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"); |
