diff options
Diffstat (limited to 'apps/plugins/pitch_detector.c')
| -rw-r--r-- | apps/plugins/pitch_detector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pitch_detector.c b/apps/plugins/pitch_detector.c index 324a36b..5e68822 100644 --- a/apps/plugins/pitch_detector.c +++ b/apps/plugins/pitch_detector.c @@ -311,7 +311,7 @@ static struct tuner_settings /* Settings loading and saving(adapted from the clock plugin) */ /*=================================================================*/ -#define SETTINGS_FILENAME PLUGIN_APPS_DIR "/.pitch_detector_settings" +#define SETTINGS_FILENAME PLUGIN_APPS_DATA_DIR "/.pitch_detector_settings" /* The settings as they exist on the hard disk, so that * we can know at saving time if changes have been made */ |