infoviewer: rename txt_cur_event_rest => txt_cur_rest

Origin commit data
------------------
Branch: ni/coolstream
Commit: 041e08639a
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-09 (Tue, 09 Jan 2018)

Origin message was:
------------------
- infoviewer: rename txt_cur_event_rest => txt_cur_rest

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-01-09 11:14:08 +01:00
parent b75d1e1041
commit d268025b61
2 changed files with 15 additions and 15 deletions

View File

@@ -52,7 +52,7 @@ class CInfoViewer
CInfoViewerBB* infoViewerBB;
CComponentsFrmClock *clock;
CComponentsShapeSquare *header , *numbox, *body, *rec;
CComponentsTextTransp *txt_cur_start, *txt_cur_event, *txt_cur_event_rest, *txt_next_start, *txt_next_event, *txt_next_in;
CComponentsTextTransp *txt_cur_start, *txt_cur_event, *txt_cur_rest, *txt_next_start, *txt_next_event, *txt_next_in;
bool gotTime;
bool recordModeActive;