mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
filebrowser: use NEUTRINO_ICON_PICTURE to mark pictures
Origin commit data
------------------
Commit: afeda70fd5
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-30 (Tue, 30 May 2017)
Origin message was:
------------------
- filebrowser: use NEUTRINO_ICON_PICTURE to mark pictures
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