From db09b5ea2f9412f2edf72b87d6fb16d70b02bf02 Mon Sep 17 00:00:00 2001 From: jules Date: Tue, 8 May 2012 11:23:08 +0100 Subject: [PATCH] Documentation fix. --- .../app_properties/juce_ApplicationProperties.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/juce_data_structures/app_properties/juce_ApplicationProperties.h b/modules/juce_data_structures/app_properties/juce_ApplicationProperties.h index 97aa1448ac..6ec2d26e56 100644 --- a/modules/juce_data_structures/app_properties/juce_ApplicationProperties.h +++ b/modules/juce_data_structures/app_properties/juce_ApplicationProperties.h @@ -39,8 +39,7 @@ all users (stored in a folder accessible to all users). 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 of all call setStorageParameters() to tell it the parameters to use to create