- infoviewer: rename text_cur_* => text_curr_*

Conflicts:
	src/gui/infoviewer.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>

Some changes were required for this pick:

Same issues like here
6e3f7babf3
Build was broken because of item name setters had wrong object names.
This commit is contained in:
svenhoefer
2018-01-09 11:14:08 +01:00
committed by Thilo Graf
parent 6e3f7babf3
commit c7d863a809
2 changed files with 39 additions and 39 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;