GetFullDisplayTitle -> GetDisplayFullTitle

This commit is contained in:
Chris Danford
2005-05-23 00:38:09 +00:00
parent 56b8a409a2
commit 41becb56a4
21 changed files with 48 additions and 46 deletions
+1 -1
View File
@@ -484,7 +484,7 @@ public:
FOREACH_CONST( Song*, vpSongs, p )
{
defOut.choices.push_back( (*p)->GetFullTranslitTitle() );
defOut.choices.push_back( (*p)->GetTranslitFullTitle() );
GameCommand mc;
mc.m_pSong = *p;
ListEntries.push_back( mc );