diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-01-14 16:30:51 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-01-14 16:31:47 +0100 |
| commit | d598f9ea06f610053cd16b51cbe1aa477c8501ef (patch) | |
| tree | 2bfc5f7633f3e0e57519c675cdbc9f0462dfafe3 /src | |
| parent | 2437a75d5f28202ed0e276d8533ac9df54a29806 (diff) | |
Fix typo in comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_cocoa.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index 5237276e7..8b392cdba 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -4444,7 +4444,7 @@ char *Fl_Darwin_System_Driver::preference_rootnode(Fl_Preferences *prefs, Fl_Pre // Our C path names for preferences will be: // SYSTEM: "/Library/Preferences/$vendor/$application.prefs" - // SYSTEM: "/Users/$user/Preferences/$vendor/$application.prefs" + // USER: "/Users/$user/Library/Preferences/$vendor/$application.prefs" snprintf(filename + strlen(filename), FL_PATH_MAX - strlen(filename), "/%s/%s.prefs", vendor, application); |
