diff --git a/apps/common/main/lib/view/SearchDialog.js b/apps/common/main/lib/view/SearchDialog.js index 7a0d0d2e37..dbad485c97 100644 --- a/apps/common/main/lib/view/SearchDialog.js +++ b/apps/common/main/lib/view/SearchDialog.js @@ -299,8 +299,8 @@ getSettings: function() { return { textsearch: this.txtSearch.val(), - casesensitive: this.miMatchCase.checked, - wholewords: this.miMatchWord.checked }; + matchcase: this.miMatchCase.checked, + matchword: this.miMatchWord.checked }; }, textTitle : 'Search & Replace',