summaryrefslogtreecommitdiffstats
path: root/apps/plugins/stopwatch.c
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2009-05-27 20:31:07 +0000
committerMichael Giacomelli <giac2000@hotmail.com>2009-05-27 20:31:07 +0000
commite299fb3716d904f818c063e1a316a875c530c794 (patch)
treec89e34faf7e97b6ccd390ef67c66908ac538a271 /apps/plugins/stopwatch.c
parentdc4b3a4fe1a79a4ee0285596eeee4a541b9a6571 (diff)
downloadrockbox-e299fb3716d904f818c063e1a316a875c530c794.tar.gz
rockbox-e299fb3716d904f818c063e1a316a875c530c794.zip
Commit next part of FS# 10138 by Teruaki Kawashima. Replace ROCKBOX_DIR and related defines with PLUGIN_APPS_DIR or PLUGIN_GAMES_DIR.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21103 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/stopwatch.c')
-rw-r--r--apps/plugins/stopwatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index 0221e0328f..4bacf413fa 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -32,7 +32,7 @@ PLUGIN_HEADER
#define LAP_Y TIMER_Y+1
#define MAX_LAPS 64
-#define STOPWATCH_FILE ROCKBOX_DIR "/apps/stopwatch.dat"
+#define STOPWATCH_FILE PLUGIN_APPS_DIR "/stopwatch.dat"
/* variable button definitions */
#if CONFIG_KEYPAD == RECORDER_PAD