remove CStringArray #define

This commit is contained in:
Chris Danford
2005-12-09 21:36:22 +00:00
parent b68e9dd772
commit 37f82b43f7
91 changed files with 227 additions and 228 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ void ScreenCenterImage::Init()
ScreenWithMenuElements::Init();
#if defined(XBOX)
CStringArray strArray;
vector<CString> strArray;
CString 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);