#852 Ignore case doesn't works when using Search in AS with russian text fixed

This commit is contained in:
2015-04-10 21:37:57 +02:00
parent 7699514bce
commit dc21854c3b
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -474,7 +474,7 @@
</target>
<target name="git-tag">
<exec executable="git" outputproperty="GITTAG" failonerror="true">
<exec executable="git" outputproperty="GITTAG" failonerror="true">
<arg value="rev-parse"/>
<arg value="HEAD"/>
</exec>