mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-03 03:30:06 +00:00
This commit is contained in:
parent
1e87237d8c
commit
9c26ea7f72
1 changed files with 1 additions and 1 deletions
|
|
@ -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")));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue