CComponentsText: rename getCCItemTextBoxInst -> getCTextBoxObject

This name should be more plausible
This commit is contained in:
2013-03-21 09:54:00 +01:00
parent 322de62366
commit 6b68259ac6
2 changed files with 3 additions and 2 deletions

View File

@@ -290,7 +290,7 @@ void CImageInfo::ScrollLic(bool scrollDown)
{
if (cc_lic && (cc_lic->cctext)) {
//get the textbox instance from infobox object and use CTexBbox scroll methods
CTextBox* ctb = cc_lic->cctext->getCCItemTextBoxInst();
CTextBox* ctb = cc_lic->cctext->getCTextBoxObject();
if (ctb) {
ctb->enableBackgroundPaint(true);
if (scrollDown)