[SSE] Fix Bug 41830

This commit is contained in:
Julia Radzhabova 2019-06-11 15:30:25 +03:00
parent 83594a45ee
commit 8d4b957598

View file

@ -299,8 +299,8 @@
getSettings: function() { getSettings: function() {
return { return {
textsearch: this.txtSearch.val(), textsearch: this.txtSearch.val(),
casesensitive: this.miMatchCase.checked, matchcase: this.miMatchCase.checked,
wholewords: this.miMatchWord.checked }; matchword: this.miMatchWord.checked };
}, },
textTitle : 'Search & Replace', textTitle : 'Search & Replace',