Subversion Repositories spk

Rev

Rev 79 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 79 Rev 242
Line 164... Line 164...
164
//
164
//
165
// CLCDText::SetText
165
// CLCDText::SetText
166
//
166
//
167
//************************************************************************
167
//************************************************************************
168
 
168
 
169
void CLCDText::SetText ( const std::string &szText )
169
void CLCDText::SetText ( const std::wstring &szText )
170
{
170
{
171
    m_sText = szText;
171
    m_sText = szText;
172
    m_nTextLength = m_sText.size();
172
    m_nTextLength = m_sText.size();
173
    m_dtp.iLeftMargin = 0;
173
    m_dtp.iLeftMargin = 0;
174
    m_dtp.iRightMargin = 0;
174
    m_dtp.iRightMargin = 0;