mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
filebrowser: port fileicon handling from TangoCash
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2001c2d89c
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-30 (Tue, 30 May 2017)
Origin message was:
------------------
- filebrowser: port fileicon handling from TangoCash
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1230,6 +1230,15 @@ void CFileBrowser::paintItem(unsigned int pos)
|
||||
fileicon = NEUTRINO_ICON_PICTURE;
|
||||
break;
|
||||
|
||||
case CFile::FILE_AVI:
|
||||
case CFile::FILE_ASF:
|
||||
case CFile::FILE_MKV:
|
||||
case CFile::FILE_VOB:
|
||||
case CFile::FILE_MPG:
|
||||
case CFile::FILE_TS:
|
||||
fileicon = NEUTRINO_ICON_MOVIE;
|
||||
break;
|
||||
|
||||
case CFile::FILE_TEXT:
|
||||
default:
|
||||
fileicon = NEUTRINO_ICON_FILE;
|
||||
|
Reference in New Issue
Block a user