1
0
Fork 0
forked from len0rd/rockbox

Give recording related menu entries a recording icon (settings and radio menus). FS #7302 with small addition by me.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13718 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Peter D'Hoye 2007-06-25 21:19:45 +00:00
parent e9baf604f9
commit e50cba942f
3 changed files with 4 additions and 3 deletions

View file

@ -853,4 +853,4 @@ bool recording_menu(bool no_source)
};
MENUITEM_FUNCTION(recording_settings, MENU_FUNC_USEPARAM, ID2P(LANG_RECORDING_SETTINGS),
(int (*)(void*))recording_menu, 0, NULL, Icon_NOICON);
(int (*)(void*))recording_menu, 0, NULL, Icon_Recording);

View file

@ -1496,11 +1496,11 @@ static int fm_recording_settings(void)
#ifdef FM_RECORDING_SCREEN
MENUITEM_FUNCTION(recscreen_item, 0, ID2P(LANG_RECORDING_MENU),
fm_recording_screen, NULL, NULL, Icon_NOICON);
fm_recording_screen, NULL, NULL, Icon_Recording);
#endif
#ifdef FM_RECORDING_SETTINGS
MENUITEM_FUNCTION(recsettings_item, 0, ID2P(LANG_RECORDING_SETTINGS),
fm_recording_settings, NULL, NULL, Icon_NOICON);
fm_recording_settings, NULL, NULL, Icon_Recording);
#endif
#ifndef FM_PRESET
MENUITEM_FUNCTION(radio_presets_item, 0, ID2P(LANG_FM_BUTTONBAR_PRESETS),

View file

@ -299,6 +299,7 @@ Alex Gerchanovsky
Gerhard Dirschl
Ivan Zupan
Alexander Papst
Christoph Reiter
The libmad team
The wavpack team
The ffmpeg team