Browse Source

tags/2021-05-28
jules 16 years ago
parent
commit
9c26ea7f72
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/juce_appframework/application/juce_PropertiesFile.cpp

+ 1
- 1
src/juce_appframework/application/juce_PropertiesFile.cpp 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")));


Loading…
Cancel
Save