1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00

Minor string changes.

This commit is contained in:
Julian Storer 2010-03-26 18:23:54 +00:00
parent e0e12a8bd9
commit 66643e85ac
74 changed files with 895 additions and 889 deletions

View file

@ -457,8 +457,8 @@ const String Time::getTimeZone() const throw()
zone[0] = zone[1];
if (zone[0].length() > 3
&& zone[0].containsIgnoreCase (T("daylight"))
&& zone[0].contains (T("GMT")))
&& zone[0].containsIgnoreCase ("daylight")
&& zone[0].contains ("GMT"))
zone[0] = "BST";
}