CComponentsExtTextForm: use correct declared type

Origin commit data
------------------
Branch: ni/coolstream
Commit: cf32badb10
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-11-17 (Sun, 17 Nov 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
2013-11-17 15:16:59 +01:00
parent 7fb610863e
commit 2781f3fca5

View File

@@ -135,7 +135,7 @@ void CComponentsExtTextForm::initText()
{
//initialize text object
if (ccx_text_obj == NULL){
ccx_text_obj = new CComponentsLabel();
ccx_text_obj = new CComponentsText();
ccx_text_obj->doPaintBg(false);
}