infoviewer: move ICON_CA to the left

Origin commit data
------------------
Branch: ni/coolstream
Commit: 716e64b10c
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-01 (Thu, 01 Dec 2016)

Origin message was:
------------------
- infoviewer: move ICON_CA to the left

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-12-01 21:59:36 +01:00
parent 1a9ef010ab
commit 90dc3d43a9

View File

@@ -69,8 +69,8 @@ class CInfoViewerBB
ICON_DD = 3,
ICON_16_9 = 4,
ICON_RES = 5,
ICON_CA = 6,
ICON_TUNER = 7,
ICON_TUNER = 6, //NI
ICON_CA = 7, //NI; ICON_CA should always be the last in this enum
ICON_MAX = 8
};