CTextBox: rename setFontTextHeight() => getFontTextHeight()

Origin commit data
------------------
Commit: 2c740f1db8
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-01 (Wed, 01 May 2013)

Origin message was:
------------------
* CTextBox: rename setFontTextHeight() => getFontTextHeight()
This commit is contained in:
Michael Liebmann
2013-05-01 07:56:30 +02:00
committed by Thilo Graf
parent a404406809
commit 8ed53286e8
2 changed files with 6 additions and 6 deletions

View File

@@ -109,7 +109,7 @@ class CTextBox
void refreshText(void);
void reSizeMainFrameWidth(int maxTextWidth);
void reSizeMainFrameHeight(int maxTextHeight);
int setFontTextHeight();
int getFontTextHeight();
/* Variables */
std::string m_cText;