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:
parent
e0e12a8bd9
commit
66643e85ac
74 changed files with 895 additions and 889 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue