summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2011-01-11 21:29:36 +0000
committerAlexander Levin <al.le@rockbox.org>2011-01-11 21:29:36 +0000
commitfd240ab240352c43159929f20f8ce63e56c60133 (patch)
tree9eadcdf78991008e89a9dee64e9f12dcbc122f90
parent6a73367ee69a252bc53332d8ed82be5921b9531c (diff)
downloadrockbox-fd240ab240352c43159929f20f8ce63e56c60133.tar.gz
rockbox-fd240ab240352c43159929f20f8ce63e56c60133.zip
pitch_detector: bring the name of the settings file in line with the plugin name
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29031 a1c6a512-1295-4272-9138-f99709370657
-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
/* Settings loading and saving(adapted from the clock plugin) */
/*=================================================================*/
-#define SETTINGS_FILENAME PLUGIN_APPS_DIR "/.pitch_settings"
+#define SETTINGS_FILENAME PLUGIN_APPS_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 */