From 488fe56ffe75ad7c1e696124e81d577d9f8a41ab Mon Sep 17 00:00:00 2001 From: jules Date: Sat, 30 Nov 2013 21:38:50 +0000 Subject: [PATCH] Documentation correction. --- .../juce_data_structures/app_properties/juce_PropertiesFile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_data_structures/app_properties/juce_PropertiesFile.h b/modules/juce_data_structures/app_properties/juce_PropertiesFile.h index 0e82b13bf1..fd09c8cbc2 100644 --- a/modules/juce_data_structures/app_properties/juce_PropertiesFile.h +++ b/modules/juce_data_structures/app_properties/juce_PropertiesFile.h @@ -144,7 +144,7 @@ public: C:\\Documents and Settings\\username\\Application Data\\[folderName]\\[applicationName].[filenameSuffix] On Linux it'll return - ~/.[folderName]/[applicationName].[filenameSuffix] + ~/[folderName]/[applicationName].[filenameSuffix] If the folderName variable is empty, it'll use the app name for this (or omit the folder name on the Mac).