From 8869fce59ef5d9457163bed74c849abcd1f6e0a9 Mon Sep 17 00:00:00 2001 From: hogliux Date: Mon, 12 Dec 2016 09:19:38 +0000 Subject: [PATCH] Fixed minor documentation typo in a recent PropertiesFile commit --- .../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 8c7f51df37..40ad28e7e4 100644 --- a/modules/juce_data_structures/app_properties/juce_PropertiesFile.h +++ b/modules/juce_data_structures/app_properties/juce_PropertiesFile.h @@ -71,7 +71,7 @@ public: ".settings") then the suffix of applicationName will be replaced with your suffix ("MyApp.exe" -> "MyApp.settings"). If your filenameSuffix does NOT include the dot, then the suffix will be appended to the applicationName ("MyApp.exe" -> - "MyApp.settings.exe"). + "MyApp.exe.settings"). */ String filenameSuffix;