no message

This commit is contained in:
Chris Danford
2002-06-24 22:04:31 +00:00
parent f1e3334757
commit c2d9b195cc
60 changed files with 1821 additions and 654 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ void ScreenSelectGroup::AfterChange()
if( j == NUM_CONTENTS_COLUMNS * TITLES_PER_COLUMN - 1 )
sText += ssprintf( "(%d more).....", arraySongs.GetSize() - NUM_CONTENTS_COLUMNS * TITLES_PER_COLUMN - 2 );
else
sText += arraySongs[j]->GetMainTitle() + "\n";
sText += arraySongs[j]->GetFullTitle() + "\n";
}
}
m_textContents[i].SetText( sText );