[SSE] Fix Bug 41830
This commit is contained in:
parent
83594a45ee
commit
8d4b957598
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue