summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/pitch_detector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pitch_detector.c b/apps/plugins/pitch_detector.c
index 4453eaf68b..0fdbc25a27 100644
--- a/apps/plugins/pitch_detector.c
+++ b/apps/plugins/pitch_detector.c
@@ -300,7 +300,7 @@ static struct tuner_settings
300/* Settings loading and saving(adapted from the clock plugin) */ 300/* Settings loading and saving(adapted from the clock plugin) */
301/*=================================================================*/ 301/*=================================================================*/
302 302
303#define SETTINGS_FILENAME PLUGIN_APPS_DIR "/.pitch_settings" 303#define SETTINGS_FILENAME PLUGIN_APPS_DIR "/.pitch_detector_settings"
304 304
305/* The settings as they exist on the hard disk, so that 305/* The settings as they exist on the hard disk, so that
306 * we can know at saving time if changes have been made */ 306 * we can know at saving time if changes have been made */