1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +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

@ -1826,7 +1826,7 @@ void Component::copyAllExplicitColoursTo (Component& target) const
{
const var::identifier name (properties.getName(i));
if (name.name.startsWith (T("jcclr_")))
if (name.name.startsWith ("jcclr_"))
if (target.properties.set (name, properties [name]))
changed = true;
}