Browse Source

Documentation fix.

tags/2021-05-28
jules 13 years ago
parent
commit
db09b5ea2f
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      modules/juce_data_structures/app_properties/juce_ApplicationProperties.h

+ 1
- 2
modules/juce_data_structures/app_properties/juce_ApplicationProperties.h View File

@@ -39,8 +39,7 @@
all users (stored in a folder accessible to all users). all users (stored in a folder accessible to all users).
The class manages the creation of these files on-demand, allowing access via the The class manages the creation of these files on-demand, allowing access via the
getUserSettings() and getCommonSettings() methods. It also has a few handy
methods like testWriteAccess() to check that the files can be saved.
getUserSettings() and getCommonSettings() methods.
After creating an instance of an ApplicationProperties object, you should first After creating an instance of an ApplicationProperties object, you should first
of all call setStorageParameters() to tell it the parameters to use to create of all call setStorageParameters() to tell it the parameters to use to create


Loading…
Cancel
Save