@@ -930,10 +930,10 @@ void CSettings::CreateGUI ( void )
930
930
pColorTabPanel->SetPosition ( CVector2D ( 10 .0f , 150 .0f ) );
931
931
pColorTabPanel->SetSize ( CVector2D ( fColorTabPanelWidth , 150 .0f ) );
932
932
933
- CreateChatColorTab ( ChatColorTypes::CHAT_COLOR_BG , strChatBG, pColorTabPanel );
934
- CreateChatColorTab ( ChatColorTypes::CHAT_COLOR_TEXT , strChatText, pColorTabPanel );
935
- CreateChatColorTab ( ChatColorTypes::CHAT_COLOR_INPUT_BG , strInputBG, pColorTabPanel );
936
- CreateChatColorTab ( ChatColorTypes::CHAT_COLOR_INPUT_TEXT , strInputText, pColorTabPanel );
933
+ CreateChatColorTab ( Chat::ColorType::BG , strChatBG, pColorTabPanel );
934
+ CreateChatColorTab ( Chat::ColorType::TEXT , strChatText, pColorTabPanel );
935
+ CreateChatColorTab ( Chat::ColorType::INPUT_BG , strInputBG, pColorTabPanel );
936
+ CreateChatColorTab ( Chat::ColorType::INPUT_TEXT , strInputText, pColorTabPanel );
937
937
938
938
// Cache position and size from color tab panel (for positioning and height)
939
939
pColorTabPanel->GetPosition ( vecTemp );
@@ -957,22 +957,22 @@ void CSettings::CreateGUI ( void )
957
957
float fFontNamesMarginY = 22 .0f ;
958
958
float fLineHeight = 20 .0f ;
959
959
960
- m_pRadioChatFont [ ChatFonts::CHAT_FONT_DEFAULT ] = reinterpret_cast < CGUIRadioButton* > ( pManager->CreateRadioButton ( m_pPaneChatFont, " Tahoma" ) );
961
- m_pRadioChatFont [ ChatFonts::CHAT_FONT_DEFAULT ]->SetSelected ( true );
962
- m_pRadioChatFont [ ChatFonts::CHAT_FONT_DEFAULT ]->SetPosition ( CVector2D ( 0 .0f , fFontNamesMarginY ) );
963
- m_pRadioChatFont [ ChatFonts::CHAT_FONT_DEFAULT ]->SetSize ( CVector2D ( 100 .0f , 15 .0f ) );
960
+ m_pRadioChatFont [ Chat::Font::DEFAULT ] = reinterpret_cast < CGUIRadioButton* > ( pManager->CreateRadioButton ( m_pPaneChatFont, " Tahoma" ) );
961
+ m_pRadioChatFont [ Chat::Font::DEFAULT ]->SetSelected ( true );
962
+ m_pRadioChatFont [ Chat::Font::DEFAULT ]->SetPosition ( CVector2D ( 0 .0f , fFontNamesMarginY ) );
963
+ m_pRadioChatFont [ Chat::Font::DEFAULT ]->SetSize ( CVector2D ( 100 .0f , 15 .0f ) );
964
964
965
- m_pRadioChatFont [ ChatFonts::CHAT_FONT_CLEAR ] = reinterpret_cast < CGUIRadioButton* > ( pManager->CreateRadioButton ( m_pPaneChatFont, " Verdana" ) );
966
- m_pRadioChatFont [ ChatFonts::CHAT_FONT_CLEAR ]->SetPosition ( CVector2D ( 0 .0f , fLineHeight * 1 + fFontNamesMarginY ) );
967
- m_pRadioChatFont [ ChatFonts::CHAT_FONT_CLEAR ]->SetSize ( CVector2D ( 100 .0f , 15 .0f ) );
965
+ m_pRadioChatFont [ Chat::Font::CLEAR ] = reinterpret_cast < CGUIRadioButton* > ( pManager->CreateRadioButton ( m_pPaneChatFont, " Verdana" ) );
966
+ m_pRadioChatFont [ Chat::Font::CLEAR ]->SetPosition ( CVector2D ( 0 .0f , fLineHeight * 1 + fFontNamesMarginY ) );
967
+ m_pRadioChatFont [ Chat::Font::CLEAR ]->SetSize ( CVector2D ( 100 .0f , 15 .0f ) );
968
968
969
- m_pRadioChatFont [ ChatFonts::CHAT_FONT_BOLD ] = reinterpret_cast < CGUIRadioButton* > ( pManager->CreateRadioButton ( m_pPaneChatFont, " Tahoma Bold" ) );
970
- m_pRadioChatFont [ ChatFonts::CHAT_FONT_BOLD ]->SetPosition ( CVector2D ( 0 .0f , fLineHeight * 2 + fFontNamesMarginY ) );
971
- m_pRadioChatFont [ ChatFonts::CHAT_FONT_BOLD ]->SetSize ( CVector2D ( 100 .0f , 15 .0f ) );
969
+ m_pRadioChatFont [ Chat::Font::BOLD ] = reinterpret_cast < CGUIRadioButton* > ( pManager->CreateRadioButton ( m_pPaneChatFont, " Tahoma Bold" ) );
970
+ m_pRadioChatFont [ Chat::Font::BOLD ]->SetPosition ( CVector2D ( 0 .0f , fLineHeight * 2 + fFontNamesMarginY ) );
971
+ m_pRadioChatFont [ Chat::Font::BOLD ]->SetSize ( CVector2D ( 100 .0f , 15 .0f ) );
972
972
973
- m_pRadioChatFont [ ChatFonts::CHAT_FONT_ARIAL ] = reinterpret_cast < CGUIRadioButton* > ( pManager->CreateRadioButton ( m_pPaneChatFont, " Arial" ) );
974
- m_pRadioChatFont [ ChatFonts::CHAT_FONT_ARIAL ]->SetPosition ( CVector2D ( 0 .0f , fLineHeight * 3 + fFontNamesMarginY ) );
975
- m_pRadioChatFont [ ChatFonts::CHAT_FONT_ARIAL ]->SetSize ( CVector2D ( 100 .0f , 15 .0f ) );
973
+ m_pRadioChatFont [ Chat::Font::ARIAL ] = reinterpret_cast < CGUIRadioButton* > ( pManager->CreateRadioButton ( m_pPaneChatFont, " Arial" ) );
974
+ m_pRadioChatFont [ Chat::Font::ARIAL ]->SetPosition ( CVector2D ( 0 .0f , fLineHeight * 3 + fFontNamesMarginY ) );
975
+ m_pRadioChatFont [ Chat::Font::ARIAL ]->SetSize ( CVector2D ( 100 .0f , 15 .0f ) );
976
976
977
977
// Misc. Options
978
978
{
@@ -2879,15 +2879,15 @@ void CSettings::LoadData ( void )
2879
2879
else if ( iVar == 1 ) m_pUpdateAutoInstallCombo->SetText ( " Default" );
2880
2880
2881
2881
// Chat
2882
- LoadChatColorFromCVar ( ChatColorTypes::CHAT_COLOR_BG , " chat_color" );
2883
- LoadChatColorFromCVar ( ChatColorTypes::CHAT_COLOR_TEXT , " chat_text_color" );
2884
- LoadChatColorFromCVar ( ChatColorTypes::CHAT_COLOR_INPUT_BG , " chat_input_color" );
2885
- LoadChatColorFromCVar ( ChatColorTypes::CHAT_COLOR_INPUT_TEXT , " chat_input_text_color" );
2882
+ LoadChatColorFromCVar ( Chat::ColorType::BG , " chat_color" );
2883
+ LoadChatColorFromCVar ( Chat::ColorType::TEXT , " chat_text_color" );
2884
+ LoadChatColorFromCVar ( Chat::ColorType::INPUT_BG , " chat_input_color" );
2885
+ LoadChatColorFromCVar ( Chat::ColorType::INPUT_TEXT , " chat_input_text_color" );
2886
2886
2887
2887
unsigned int uiFont;
2888
2888
CVARS_GET ( " chat_font" , uiFont );
2889
- if ( uiFont >= ChatFonts::CHAT_FONT_MAX )
2890
- uiFont = ChatFonts::CHAT_FONT_DEFAULT ;
2889
+ if ( uiFont >= Chat::Font::MAX )
2890
+ uiFont = Chat::Font::DEFAULT ;
2891
2891
m_pRadioChatFont [ uiFont ]->SetSelected ( true );
2892
2892
2893
2893
CVARS_GET ( " chat_lines" , strVar ); m_pChatLines->SetText ( strVar.c_str () );
@@ -3204,11 +3204,11 @@ void CSettings::SaveData ( void )
3204
3204
}
3205
3205
3206
3206
// Chat
3207
- SaveChatColor ( ChatColorTypes::CHAT_COLOR_BG , " chat_color" );
3208
- SaveChatColor ( ChatColorTypes::CHAT_COLOR_TEXT , " chat_text_color" );
3209
- SaveChatColor ( ChatColorTypes::CHAT_COLOR_INPUT_BG , " chat_input_color" );
3210
- SaveChatColor ( ChatColorTypes::CHAT_COLOR_INPUT_TEXT , " chat_input_text_color" );
3211
- for ( int iFont = 0 ; iFont < ChatColorTypes::CHAT_COLOR_MAX ; iFont ++ )
3207
+ SaveChatColor ( Chat::ColorType::BG , " chat_color" );
3208
+ SaveChatColor ( Chat::ColorType::TEXT , " chat_text_color" );
3209
+ SaveChatColor ( Chat::ColorType::INPUT_BG , " chat_input_color" );
3210
+ SaveChatColor ( Chat::ColorType::INPUT_TEXT , " chat_input_text_color" );
3211
+ for ( int iFont = 0 ; iFont < Chat::ColorType::MAX ; iFont ++ )
3212
3212
{
3213
3213
if ( m_pRadioChatFont [ iFont ]->GetSelected ( ) )
3214
3214
{
@@ -3325,7 +3325,7 @@ void CSettings::AddKeyBindSection ( char* szSectionName )
3325
3325
m_pKeyBindSections.push_back ( new SKeyBindSection ( szSectionName ) );
3326
3326
}
3327
3327
3328
- void CSettings::CreateChatColorTab ( ChatColorType eType, const char * szName, CGUITabPanel* pParent )
3328
+ void CSettings::CreateChatColorTab ( eChatColorType eType, const char * szName, CGUITabPanel* pParent )
3329
3329
{
3330
3330
CVector2D vecTemp;
3331
3331
@@ -3395,15 +3395,15 @@ void CSettings::CreateChatColorTab ( ChatColorType eType, const char* szName, CG
3395
3395
m_pChatAlpha [ eType ]->SetProperty ( " StepSize" , " 0.004" );
3396
3396
}
3397
3397
3398
- void CSettings::LoadChatColorFromCVar ( ChatColorType eType, const char * szCVar )
3398
+ void CSettings::LoadChatColorFromCVar ( eChatColorType eType, const char * szCVar )
3399
3399
{
3400
3400
// Load the color according to the cvars and update the gui
3401
3401
CColor pColor;
3402
3402
CVARS_GET ( szCVar, pColor );
3403
3403
SetChatColorValues ( eType, pColor );
3404
3404
}
3405
3405
3406
- void CSettings::SaveChatColor ( ChatColorType eType, const char * szCVar )
3406
+ void CSettings::SaveChatColor ( eChatColorType eType, const char * szCVar )
3407
3407
{
3408
3408
// Save the color to the cvar if it's different
3409
3409
CColor pColor, pOldColor;
@@ -3414,7 +3414,7 @@ void CSettings::SaveChatColor ( ChatColorType eType, const char* szCVar )
3414
3414
CVARS_SET ( szCVar, pColor );
3415
3415
}
3416
3416
3417
- CColor CSettings::GetChatColorValues ( ChatColorType eType )
3417
+ CColor CSettings::GetChatColorValues ( eChatColorType eType )
3418
3418
{
3419
3419
// Retrieve the color according to the scrollbar values
3420
3420
CColor pColor;
@@ -3425,7 +3425,7 @@ CColor CSettings::GetChatColorValues ( ChatColorType eType )
3425
3425
return pColor;
3426
3426
}
3427
3427
3428
- void CSettings::SetChatColorValues ( ChatColorType eType, CColor pColor )
3428
+ void CSettings::SetChatColorValues ( eChatColorType eType, CColor pColor )
3429
3429
{
3430
3430
// Set the scrollbar position based on the color
3431
3431
m_pChatRed [ eType ]->SetScrollPosition ( ( float ) pColor.R / 255 .0f );
@@ -3477,7 +3477,7 @@ void CSettings::LoadSkins()
3477
3477
}
3478
3478
}
3479
3479
3480
- void CSettings::LoadChatColorFromString ( ChatColorType eType, const string& strColor )
3480
+ void CSettings::LoadChatColorFromString ( eChatColorType eType, const string& strColor )
3481
3481
{
3482
3482
CColor pColor;
3483
3483
stringstream ss ( strColor );
@@ -3535,27 +3535,27 @@ bool CSettings::OnChatLoadPresetClick( CGUIElement* pElement )
3535
3535
{
3536
3536
if ( strTag == " color_text" )
3537
3537
{
3538
- LoadChatColorFromString ( ChatColorTypes::CHAT_COLOR_TEXT , strValue );
3538
+ LoadChatColorFromString ( Chat::ColorType::TEXT , strValue );
3539
3539
}
3540
3540
else if ( strTag == " color_background" )
3541
3541
{
3542
- LoadChatColorFromString ( ChatColorTypes::CHAT_COLOR_BG , strValue );
3542
+ LoadChatColorFromString ( Chat::ColorType::BG , strValue );
3543
3543
}
3544
3544
else if ( strTag == " color_input_text" )
3545
3545
{
3546
- LoadChatColorFromString ( ChatColorTypes::CHAT_COLOR_INPUT_TEXT , strValue );
3546
+ LoadChatColorFromString ( Chat::ColorType::INPUT_TEXT , strValue );
3547
3547
}
3548
3548
else if ( strTag == " color_input_background" )
3549
3549
{
3550
- LoadChatColorFromString ( ChatColorTypes::CHAT_COLOR_INPUT_BG , strValue );
3550
+ LoadChatColorFromString ( Chat::ColorType::INPUT_BG , strValue );
3551
3551
}
3552
3552
else if ( strTag == " font" )
3553
3553
{
3554
3554
int iValue;
3555
3555
pSubNode->GetTagContent ( iValue );
3556
3556
3557
- if ( iValue < 0 || iValue >= ChatFonts::CHAT_FONT_MAX )
3558
- iValue = ChatFonts::CHAT_FONT_DEFAULT ;
3557
+ if ( iValue < 0 || iValue >= Chat::Font::MAX )
3558
+ iValue = Chat::Font::DEFAULT ;
3559
3559
m_pRadioChatFont [ iValue ]->SetSelected ( true );
3560
3560
}
3561
3561
else if ( strTag == " lines" )
@@ -3786,14 +3786,14 @@ bool CSettings::OnChatRedChanged ( CGUIElement* pElement)
3786
3786
CGUIScrollBar* pScrollBar = reinterpret_cast < CGUIScrollBar* > ( pElement );
3787
3787
int iValue = ( (float )pScrollBar->GetScrollPosition () * 255 .0f );
3788
3788
3789
- if ( pScrollBar == m_pChatRed [ ChatColorTypes::CHAT_COLOR_BG ] )
3790
- m_pChatRedValue [ ChatColorTypes::CHAT_COLOR_BG ]->SetText ( SString (" %i" , iValue).c_str () );
3791
- else if ( pScrollBar == m_pChatRed [ ChatColorTypes::CHAT_COLOR_TEXT ] )
3792
- m_pChatRedValue [ ChatColorTypes::CHAT_COLOR_TEXT ]->SetText ( SString (" %i" , iValue).c_str () );
3793
- else if ( pScrollBar == m_pChatRed [ ChatColorTypes::CHAT_COLOR_INPUT_BG ] )
3794
- m_pChatRedValue [ ChatColorTypes::CHAT_COLOR_INPUT_BG ]->SetText ( SString (" %i" , iValue).c_str () );
3795
- else if ( pScrollBar == m_pChatRed [ ChatColorTypes::CHAT_COLOR_INPUT_TEXT ] )
3796
- m_pChatRedValue [ ChatColorTypes::CHAT_COLOR_INPUT_TEXT ]->SetText ( SString (" %i" , iValue).c_str () );
3789
+ if ( pScrollBar == m_pChatRed [ Chat::ColorType::BG ] )
3790
+ m_pChatRedValue [ Chat::ColorType::BG ]->SetText ( SString (" %i" , iValue).c_str () );
3791
+ else if ( pScrollBar == m_pChatRed [ Chat::ColorType::TEXT ] )
3792
+ m_pChatRedValue [ Chat::ColorType::TEXT ]->SetText ( SString (" %i" , iValue).c_str () );
3793
+ else if ( pScrollBar == m_pChatRed [ Chat::ColorType::INPUT_BG ] )
3794
+ m_pChatRedValue [ Chat::ColorType::INPUT_BG ]->SetText ( SString (" %i" , iValue).c_str () );
3795
+ else if ( pScrollBar == m_pChatRed [ Chat::ColorType::INPUT_TEXT ] )
3796
+ m_pChatRedValue [ Chat::ColorType::INPUT_TEXT ]->SetText ( SString (" %i" , iValue).c_str () );
3797
3797
3798
3798
return true ;
3799
3799
}
@@ -3803,14 +3803,14 @@ bool CSettings::OnChatGreenChanged ( CGUIElement* pElement)
3803
3803
CGUIScrollBar* pScrollBar = reinterpret_cast < CGUIScrollBar* > ( pElement );
3804
3804
int iValue = ( (float )pScrollBar->GetScrollPosition () * 255 .0f );
3805
3805
3806
- if ( pScrollBar == m_pChatGreen [ ChatColorTypes::CHAT_COLOR_BG ] )
3807
- m_pChatGreenValue [ ChatColorTypes::CHAT_COLOR_BG ]->SetText ( SString (" %i" , iValue).c_str () );
3808
- else if ( pScrollBar == m_pChatGreen [ ChatColorTypes::CHAT_COLOR_TEXT ] )
3809
- m_pChatGreenValue [ ChatColorTypes::CHAT_COLOR_TEXT ]->SetText ( SString (" %i" , iValue).c_str () );
3810
- else if ( pScrollBar == m_pChatGreen [ ChatColorTypes::CHAT_COLOR_INPUT_BG ] )
3811
- m_pChatGreenValue [ ChatColorTypes::CHAT_COLOR_INPUT_BG ]->SetText ( SString (" %i" , iValue).c_str () );
3812
- else if ( pScrollBar == m_pChatGreen [ ChatColorTypes::CHAT_COLOR_INPUT_TEXT ] )
3813
- m_pChatGreenValue [ ChatColorTypes::CHAT_COLOR_INPUT_TEXT ]->SetText ( SString (" %i" , iValue).c_str () );
3806
+ if ( pScrollBar == m_pChatGreen [ Chat::ColorType::BG ] )
3807
+ m_pChatGreenValue [ Chat::ColorType::BG ]->SetText ( SString (" %i" , iValue).c_str () );
3808
+ else if ( pScrollBar == m_pChatGreen [ Chat::ColorType::TEXT ] )
3809
+ m_pChatGreenValue [ Chat::ColorType::TEXT ]->SetText ( SString (" %i" , iValue).c_str () );
3810
+ else if ( pScrollBar == m_pChatGreen [ Chat::ColorType::INPUT_BG ] )
3811
+ m_pChatGreenValue [ Chat::ColorType::INPUT_BG ]->SetText ( SString (" %i" , iValue).c_str () );
3812
+ else if ( pScrollBar == m_pChatGreen [ Chat::ColorType::INPUT_TEXT ] )
3813
+ m_pChatGreenValue [ Chat::ColorType::INPUT_TEXT ]->SetText ( SString (" %i" , iValue).c_str () );
3814
3814
3815
3815
return true ;
3816
3816
}
@@ -3820,14 +3820,14 @@ bool CSettings::OnChatBlueChanged ( CGUIElement* pElement)
3820
3820
CGUIScrollBar* pScrollBar = reinterpret_cast < CGUIScrollBar* > ( pElement );
3821
3821
int iValue = ( (float )pScrollBar->GetScrollPosition () * 255 .0f );
3822
3822
3823
- if ( pScrollBar == m_pChatBlue [ ChatColorTypes::CHAT_COLOR_BG ] )
3824
- m_pChatBlueValue [ ChatColorTypes::CHAT_COLOR_BG ]->SetText ( SString (" %i" , iValue).c_str () );
3825
- else if ( pScrollBar == m_pChatBlue [ ChatColorTypes::CHAT_COLOR_TEXT ] )
3826
- m_pChatBlueValue [ ChatColorTypes::CHAT_COLOR_TEXT ]->SetText ( SString (" %i" , iValue).c_str () );
3827
- else if ( pScrollBar == m_pChatBlue [ ChatColorTypes::CHAT_COLOR_INPUT_BG ] )
3828
- m_pChatBlueValue [ ChatColorTypes::CHAT_COLOR_INPUT_BG ]->SetText ( SString (" %i" , iValue).c_str () );
3829
- else if ( pScrollBar == m_pChatBlue [ ChatColorTypes::CHAT_COLOR_INPUT_TEXT ] )
3830
- m_pChatBlueValue [ ChatColorTypes::CHAT_COLOR_INPUT_TEXT ]->SetText ( SString (" %i" , iValue).c_str () );
3823
+ if ( pScrollBar == m_pChatBlue [ Chat::ColorType::BG ] )
3824
+ m_pChatBlueValue [ Chat::ColorType::BG ]->SetText ( SString (" %i" , iValue).c_str () );
3825
+ else if ( pScrollBar == m_pChatBlue [ Chat::ColorType::TEXT ] )
3826
+ m_pChatBlueValue [ Chat::ColorType::TEXT ]->SetText ( SString (" %i" , iValue).c_str () );
3827
+ else if ( pScrollBar == m_pChatBlue [ Chat::ColorType::INPUT_BG ] )
3828
+ m_pChatBlueValue [ Chat::ColorType::INPUT_BG ]->SetText ( SString (" %i" , iValue).c_str () );
3829
+ else if ( pScrollBar == m_pChatBlue [ Chat::ColorType::INPUT_TEXT ] )
3830
+ m_pChatBlueValue [ Chat::ColorType::INPUT_TEXT ]->SetText ( SString (" %i" , iValue).c_str () );
3831
3831
3832
3832
return true ;
3833
3833
}
@@ -3837,14 +3837,14 @@ bool CSettings::OnChatAlphaChanged ( CGUIElement* pElement)
3837
3837
CGUIScrollBar* pScrollBar = reinterpret_cast < CGUIScrollBar* > ( pElement );
3838
3838
int iValue = ( (float )pScrollBar->GetScrollPosition () * 255 .0f );
3839
3839
3840
- if ( pScrollBar == m_pChatAlpha [ ChatColorTypes::CHAT_COLOR_BG ] )
3841
- m_pChatAlphaValue [ ChatColorTypes::CHAT_COLOR_BG ]->SetText ( SString (" %i" , iValue).c_str () );
3842
- else if ( pScrollBar == m_pChatAlpha [ ChatColorTypes::CHAT_COLOR_TEXT ] )
3843
- m_pChatAlphaValue [ ChatColorTypes::CHAT_COLOR_TEXT ]->SetText ( SString (" %i" , iValue).c_str () );
3844
- else if ( pScrollBar == m_pChatAlpha [ ChatColorTypes::CHAT_COLOR_INPUT_BG ] )
3845
- m_pChatAlphaValue [ ChatColorTypes::CHAT_COLOR_INPUT_BG ]->SetText ( SString (" %i" , iValue).c_str () );
3846
- else if ( pScrollBar == m_pChatAlpha [ ChatColorTypes::CHAT_COLOR_INPUT_TEXT ] )
3847
- m_pChatAlphaValue [ ChatColorTypes::CHAT_COLOR_INPUT_TEXT ]->SetText ( SString (" %i" , iValue).c_str () );
3840
+ if ( pScrollBar == m_pChatAlpha [ Chat::ColorType::BG ] )
3841
+ m_pChatAlphaValue [ Chat::ColorType::BG ]->SetText ( SString (" %i" , iValue).c_str () );
3842
+ else if ( pScrollBar == m_pChatAlpha [ Chat::ColorType::TEXT ] )
3843
+ m_pChatAlphaValue [ Chat::ColorType::TEXT ]->SetText ( SString (" %i" , iValue).c_str () );
3844
+ else if ( pScrollBar == m_pChatAlpha [ Chat::ColorType::INPUT_BG ] )
3845
+ m_pChatAlphaValue [ Chat::ColorType::INPUT_BG ]->SetText ( SString (" %i" , iValue).c_str () );
3846
+ else if ( pScrollBar == m_pChatAlpha [ Chat::ColorType::INPUT_TEXT ] )
3847
+ m_pChatAlphaValue [ Chat::ColorType::INPUT_TEXT ]->SetText ( SString (" %i" , iValue).c_str () );
3848
3848
3849
3849
return true ;
3850
3850
}
0 commit comments