ToLower -> MakeLower

This commit is contained in:
Glenn Maynard
2006-03-01 00:39:32 +00:00
parent d151beec27
commit 9c4d7606cf
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -525,7 +525,7 @@ bool DWILoader::LoadFromDWIFile( const RString &sPath, Song &out )
pos = endpos + 1;
sub.ToLower();
sub.MakeLower();
BlacklistedImages.insert( sub );
}
}