CComponentsExtTextForm: use correct declared type

Origin commit data
------------------
Commit: cf32badb10
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-11-17 (Sun, 17 Nov 2013)
This commit is contained in:
2013-11-17 15:16:59 +01:00
parent d44b1a488d
commit 76bf2c1d38

View File

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