summaryrefslogtreecommitdiff
path: root/apps/menus/exported_menus.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2014-01-11 10:46:37 +0100
committerThomas Martitz <kugel@rockbox.org>2014-01-11 10:46:37 +0100
commit2d4bf62032cf1d793abfbe73942ec050161844c1 (patch)
tree8a9b73472dd493b39a023bf1dd57108f62883281 /apps/menus/exported_menus.h
parentd4d3f3c494e48304d41eada0a4881a9d2b4b97f4 (diff)
downloadrockbox-2d4bf62032cf1d793abfbe73942ec050161844c1.tar.gz
rockbox-2d4bf62032cf1d793abfbe73942ec050161844c1.zip
playlist_viewer: Resurrect playlist viewer settings submenu in the playlist viewer context menu.
This was lost in 97a4c1ef (svn r30177) for unkown reason but the manual still mentions this item, so I assume it was an accident. It doesn't hurt anyway. Fixes FS#12930. Change-Id: I2f5cd81913ec7bb911d1117e50c010a5c1b89b52
Diffstat (limited to 'apps/menus/exported_menus.h')
-rw-r--r--apps/menus/exported_menus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/exported_menus.h b/apps/menus/exported_menus.h
index 568791b1f0..efb6341155 100644
--- a/apps/menus/exported_menus.h
+++ b/apps/menus/exported_menus.h
@@ -39,6 +39,7 @@ extern const struct menu_item_ex
39 settings_menu_item, /* settings_menu.c */ 39 settings_menu_item, /* settings_menu.c */
40 bookmark_settings_menu, 40 bookmark_settings_menu,
41 playlist_settings, /* playlist_menu.c */ 41 playlist_settings, /* playlist_menu.c */
42 viewer_settings_menu, /* playlist_menu.c */
42 equalizer_menu, /* eq_menu.c */ 43 equalizer_menu, /* eq_menu.c */
43#ifdef AUDIOHW_HAVE_EQ 44#ifdef AUDIOHW_HAVE_EQ
44 audiohw_eq_tone_controls, /* audiohw_eq_menu.c */ 45 audiohw_eq_tone_controls, /* audiohw_eq_menu.c */
@@ -54,4 +55,3 @@ int browse_folder(void *param); /* in theme_menu.c as it is mostly used there */
54 55
55#endif /* ! PLUGIN */ 56#endif /* ! PLUGIN */
56#endif /*_EXPORTED_MENUS_H */ 57#endif /*_EXPORTED_MENUS_H */
57