diff options
Diffstat (limited to 'apps/plugins/stopwatch.lua')
| -rw-r--r-- | apps/plugins/stopwatch.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/stopwatch.lua b/apps/plugins/stopwatch.lua index c8fac3c..87773e3 100644 --- a/apps/plugins/stopwatch.lua +++ b/apps/plugins/stopwatch.lua @@ -25,7 +25,7 @@ require "actions" require "buttons" -STOPWATCH_FILE = "/.rockbox/rocks/apps/stopwatch.dat" +STOPWATCH_FILE = rb.PLUGIN_APPS_DATA_DIR .. "/stopwatch.dat" local LapsView = { |