From 90dc3d43a99ea59fa2c9f482fcbfe641762d9ee0 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 1 Dec 2016 21:59:36 +0100 Subject: [PATCH] infoviewer: move ICON_CA to the left Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/716e64b10c629f382f9ab5cebcf1aa817b352c25 Author: vanhofen 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 --- src/gui/infoviewer_bb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/infoviewer_bb.h b/src/gui/infoviewer_bb.h index c65d8226e..d7645291f 100644 --- a/src/gui/infoviewer_bb.h +++ b/src/gui/infoviewer_bb.h @@ -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 };