mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- filebrowser: use NEUTRINO_ICON_PICTURE to mark pictures
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1218,6 +1218,7 @@ void CFileBrowser::paintItem(unsigned int pos)
|
||||
case CFile::FILE_WAV:
|
||||
case CFile::FILE_FLAC:
|
||||
case CFile::FILE_AAC:
|
||||
case CFile::FILE_PLAYLIST:
|
||||
fileicon = NEUTRINO_ICON_MP3;
|
||||
break;
|
||||
|
||||
@@ -1226,6 +1227,9 @@ void CFileBrowser::paintItem(unsigned int pos)
|
||||
break;
|
||||
|
||||
case CFile::FILE_PICTURE:
|
||||
fileicon = NEUTRINO_ICON_PICTURE;
|
||||
break;
|
||||
|
||||
case CFile::FILE_TEXT:
|
||||
default:
|
||||
fileicon = NEUTRINO_ICON_FILE;
|
||||
|
Reference in New Issue
Block a user