Add Pump abbreviation.

This commit is contained in:
Glenn Maynard
2002-09-07 06:49:53 +00:00
parent 08da79a366
commit b14cb1122a
+3
View File
@@ -392,6 +392,9 @@ CString SongManager::ShortenGroupName( const CString &sOrigGroupName )
sShortName.Replace( "Dance Dance Revolution", "DDR" );
sShortName.Replace( "dance dance revolution", "DDR" );
sShortName.Replace( "DANCE DANCE REVOLUTION", "DDR" );
sShortName.Replace( "Pump It Up", "Pump" );
sShortName.Replace( "pump it up", "pump" );
sShortName.Replace( "PUMP IT UP", "PUMP" );
return sShortName;
}