don't MakeUpper
This commit is contained in:
@@ -127,7 +127,6 @@ static void GameChoices( vector<CString> &out )
|
|||||||
FOREACH( const Game*, aGames, g )
|
FOREACH( const Game*, aGames, g )
|
||||||
{
|
{
|
||||||
CString sGameName = (*g)->m_szName;
|
CString sGameName = (*g)->m_szName;
|
||||||
sGameName.MakeUpper();
|
|
||||||
out.push_back( sGameName );
|
out.push_back( sGameName );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user