Skip to content

Commit

Permalink
match case in search is off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fjakobs committed Oct 1, 2010
1 parent 4d932c8 commit 4092b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ext/searchreplace/searchreplace.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a:textbox id="txtReplace" flex="1" />
</a:hbox>
<a:table columns="150,150" edge="10 10 0 10">
<a:checkbox id="chkMatchCase" checked="true" label="Match Case" />
<a:checkbox id="chkMatchCase" checked="false" label="Match Case" />
<a:checkbox id="chkWrapAround" checked="true" label="Wrap Around" />
<a:checkbox id="chkWholeWords" label="Whole Words" />
<a:checkbox id="chkSearchSelection" label="Search Selection" />
Expand Down

0 comments on commit 4092b90

Please sign in to comment.