[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() {
return {
textsearch: this.txtSearch.val(),
casesensitive: this.miMatchCase.checked,
wholewords: this.miMatchWord.checked };
matchcase: this.miMatchCase.checked,
matchword: this.miMatchWord.checked };
},
textTitle : 'Search & Replace',