Conflicts:
	src/gui/channellist.cpp
	src/gui/widget/menue.cpp
	src/system/settings.h


Origin commit data
------------------
Commit: 8d4677a319
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-21 (Thu, 21 Sep 2017)
This commit is contained in:
vanhofen
2017-09-21 10:32:33 +02:00
13 changed files with 355 additions and 127 deletions

View File

@@ -58,7 +58,7 @@ class CComponentsFrmClock : public CComponentsForm, public CCTextScreen
int cl_interval;
///raw time chars
char cl_timestr[20];
char cl_timestr[32];
///handle paint clock within thread and is not similar to cc_allow_paint
bool paintClock;