Browse Source

Documentation correction.

tags/2021-05-28
jules 11 years ago
parent
commit
488fe56ffe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_data_structures/app_properties/juce_PropertiesFile.h

+ 1
- 1
modules/juce_data_structures/app_properties/juce_PropertiesFile.h View File

@@ -144,7 +144,7 @@ public:
C:\\Documents and Settings\\username\\Application Data\\[folderName]\\[applicationName].[filenameSuffix] C:\\Documents and Settings\\username\\Application Data\\[folderName]\\[applicationName].[filenameSuffix]
On Linux it'll return 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 If the folderName variable is empty, it'll use the app name for this (or omit the
folder name on the Mac). folder name on the Mac).


Loading…
Cancel
Save