summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorChristi Scarborough <christi@coraline.org>2005-11-18 15:33:05 +0000
committerChristi Scarborough <christi@coraline.org>2005-11-18 15:33:05 +0000
commit32a43e2ee688bf8b3c930685400a52910c512a1e (patch)
tree8675fddb2d926f0dabb65adb798033036a22c18d /apps/settings.h
parente16ebf1a50b9692e93f44633138903418ef93526 (diff)
downloadrockbox-32a43e2ee688bf8b3c930685400a52910c512a1e.tar.gz
rockbox-32a43e2ee688bf8b3c930685400a52910c512a1e.zip
When fixing things is it better to do it in a way that causes them to actually work. Some more bugs in wpsbuild.pl squashed. Also, themes moved to the main menu. Resetting to default themes now works properly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7965 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index caaead6a10..04f6da667e 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -32,7 +32,7 @@
32#define FONT_DIR "/fonts" 32#define FONT_DIR "/fonts"
33#define LANG_DIR "/langs" 33#define LANG_DIR "/langs"
34#define WPS_DIR ROCKBOX_DIR "/wps" 34#define WPS_DIR ROCKBOX_DIR "/wps"
35#define THEME_DIR ROCKBOX_DIR "/theme" 35#define THEME_DIR ROCKBOX_DIR "/themes"
36#define PLUGIN_DIR ROCKBOX_DIR"/rocks" 36#define PLUGIN_DIR ROCKBOX_DIR"/rocks"
37#define REC_BASE_DIR "/recordings" 37#define REC_BASE_DIR "/recordings"
38 38