CString -> RString

This commit is contained in:
Chris Danford
2006-01-22 01:00:06 +00:00
parent 870ed267fc
commit 7f821e8cfc
578 changed files with 3943 additions and 3946 deletions
+3 -3
View File
@@ -22,8 +22,8 @@ void ScreenCenterImage::Init()
ScreenWithMenuElements::Init();
#if defined(XBOX)
vector<CString> strArray;
CString text("Use the left analog stick to translate the screen and right right analog stick to scale");
vector<RString> strArray;
RString text("Use the left analog stick to translate the screen and right right analog stick to scale");
strArray.push_back(text);
m_textHelp->SetTips(strArray);
#endif
@@ -173,7 +173,7 @@ void ScreenCenterImage::Move( Axis axis, float fDelta )
PREFSMAN->m_fCenterImageAddWidth,
PREFSMAN->m_fCenterImageAddHeight );
CString sMessage =
RString sMessage =
ssprintf( CENTERING.GetValue(),
PREFSMAN->m_iCenterImageTranslateX.Get(),
PREFSMAN->m_iCenterImageTranslateY.Get(),