mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Give the file view menu a nice icon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12397 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b85e1b9235
commit
f98c27f60f
3 changed files with 7 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ static int fileview_callback(int action,const struct menu_item_ex *this_item)
|
|||
return action;
|
||||
}
|
||||
|
||||
MAKE_MENU(file_menu, ID2P(LANG_FILE), 0, NOICON,
|
||||
MAKE_MENU(file_menu, ID2P(LANG_FILE), 0, bitmap_icons_6x8[Icon_file_view_menu],
|
||||
&sort_case, &sort_dir, &sort_file,
|
||||
&dirfilter, &browse_current, &show_path_in_browser,
|
||||
#ifdef HAVE_TAGCACHE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue