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