summaryrefslogtreecommitdiff
path: root/apps/root_menu.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-06-09 04:25:41 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-06-09 04:25:41 +0000
commitd871ff8cce9afe8437f7b51f4cd853018abd9924 (patch)
tree58f4372df6559179a790d499075972a6ce70dc71 /apps/root_menu.h
parent159612829648740f4b64accb9794c091b01bca58 (diff)
downloadrockbox-d871ff8cce9afe8437f7b51f4cd853018abd9924.tar.gz
rockbox-d871ff8cce9afe8437f7b51f4cd853018abd9924.zip
FS#11270 by Chris Savery - WPS integration for pictureflow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26710 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/root_menu.h')
-rw-r--r--apps/root_menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/root_menu.h b/apps/root_menu.h
index 4113b64495..9674a73f50 100644
--- a/apps/root_menu.h
+++ b/apps/root_menu.h
@@ -47,6 +47,7 @@ enum {
47 GO_TO_FM, 47 GO_TO_FM,
48#endif 48#endif
49 GO_TO_RECENTBMARKS, 49 GO_TO_RECENTBMARKS,
50 GO_TO_PICTUREFLOW,
50 /* Do Not add any items above here unless you want it to be able to 51 /* Do Not add any items above here unless you want it to be able to
51 be the "start screen" after a boot up. The setting in settings_list.c 52 be the "start screen" after a boot up. The setting in settings_list.c
52 will need editing if this is the case. */ 53 will need editing if this is the case. */