infoviewer: rename text_cur_* => text_curr_*

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

Origin message was:
------------------
- infoviewer: rename text_cur_* => text_curr_*

------------------
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 d268025b61
commit 82b4d09727
2 changed files with 36 additions and 36 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_rest, *txt_next_start, *txt_next_event, *txt_next_in;
CComponentsTextTransp *txt_curr_start, *txt_curr_event, *txt_curr_rest, *txt_next_start, *txt_next_event, *txt_next_in;
bool gotTime;
bool recordModeActive;