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:
parent
e9baf604f9
commit
e50cba942f
3 changed files with 4 additions and 3 deletions
|
|
@ -853,4 +853,4 @@ bool recording_menu(bool no_source)
|
||||||
};
|
};
|
||||||
|
|
||||||
MENUITEM_FUNCTION(recording_settings, MENU_FUNC_USEPARAM, ID2P(LANG_RECORDING_SETTINGS),
|
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);
|
||||||
|
|
|
||||||
|
|
@ -1496,11 +1496,11 @@ static int fm_recording_settings(void)
|
||||||
|
|
||||||
#ifdef FM_RECORDING_SCREEN
|
#ifdef FM_RECORDING_SCREEN
|
||||||
MENUITEM_FUNCTION(recscreen_item, 0, ID2P(LANG_RECORDING_MENU),
|
MENUITEM_FUNCTION(recscreen_item, 0, ID2P(LANG_RECORDING_MENU),
|
||||||
fm_recording_screen, NULL, NULL, Icon_NOICON);
|
fm_recording_screen, NULL, NULL, Icon_Recording);
|
||||||
#endif
|
#endif
|
||||||
#ifdef FM_RECORDING_SETTINGS
|
#ifdef FM_RECORDING_SETTINGS
|
||||||
MENUITEM_FUNCTION(recsettings_item, 0, ID2P(LANG_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
|
#endif
|
||||||
#ifndef FM_PRESET
|
#ifndef FM_PRESET
|
||||||
MENUITEM_FUNCTION(radio_presets_item, 0, ID2P(LANG_FM_BUTTONBAR_PRESETS),
|
MENUITEM_FUNCTION(radio_presets_item, 0, ID2P(LANG_FM_BUTTONBAR_PRESETS),
|
||||||
|
|
|
||||||
|
|
@ -299,6 +299,7 @@ Alex Gerchanovsky
|
||||||
Gerhard Dirschl
|
Gerhard Dirschl
|
||||||
Ivan Zupan
|
Ivan Zupan
|
||||||
Alexander Papst
|
Alexander Papst
|
||||||
|
Christoph Reiter
|
||||||
The libmad team
|
The libmad team
|
||||||
The wavpack team
|
The wavpack team
|
||||||
The ffmpeg team
|
The ffmpeg team
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue