Merge more code with gui main branch revision 39484

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@39504 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2016-03-09 15:09:26 +00:00
parent 6360094289
commit 2088ec1ab5
5 changed files with 108 additions and 51 deletions

View file

@ -480,7 +480,8 @@ static GSTextFinder *sharedTextFinder;
if ([ignoreCaseButton state] != NSOffState)
{
*options |= NSCaseInsensitiveSearch;
*options &= ~NSLiteralSearch; // literal search is always case-sensitive, so it must be removed in this case
// literal search is always case-sensitive, so it must be removed in this case
*options &= ~NSLiteralSearch;
}
else
{