mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed minor documentation typo in a recent PropertiesFile commit
This commit is contained in:
parent
806d99d777
commit
8869fce59e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue