CBuildInfo: fix shadow parameter

Type is int not bool


Origin commit data
------------------
Branch: ni/coolstream
Commit: 1d5bb7cd8e
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-05-09 (Tue, 09 May 2017)



------------------
This commit was generated by Migit
This commit is contained in:
2017-05-09 11:30:06 +02:00
parent 4ded8abb12
commit 7c341be809

View File

@@ -53,7 +53,7 @@ void CBuildInfo::initVarBuildInfo()
setWindowHeaderButtons(CComponentsHeader::CC_BTN_MENU | CComponentsHeader::CC_BTN_EXIT);
shadow = true;
shadow = CC_SHADOW_ON;
}