summaryrefslogtreecommitdiff
path: root/apps/plugins/stopwatch.lua
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/stopwatch.lua')
-rw-r--r--apps/plugins/stopwatch.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/stopwatch.lua b/apps/plugins/stopwatch.lua
index c8fac3c000..87773e32cb 100644
--- a/apps/plugins/stopwatch.lua
+++ b/apps/plugins/stopwatch.lua
@@ -25,7 +25,7 @@
25require "actions" 25require "actions"
26require "buttons" 26require "buttons"
27 27
28STOPWATCH_FILE = "/.rockbox/rocks/apps/stopwatch.dat" 28STOPWATCH_FILE = rb.PLUGIN_APPS_DATA_DIR .. "/stopwatch.dat"
29 29
30 30
31local LapsView = { 31local LapsView = {