1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00
This commit is contained in:
jules 2008-10-03 15:10:15 +00:00
parent 1e87237d8c
commit 9c26ea7f72

View file

@ -118,7 +118,7 @@ PropertiesFile::PropertiesFile (const File& f,
if (name.isNotEmpty())
{
getAllProperties().set (name,
getAllProperties().set (name,
e->getFirstChildElement() != 0
? e->getFirstChildElement()->createDocument (String::empty, true)
: e->getStringAttribute (T("val")));