Modify: All redirects for noteskins should be named their exact name. Currently there is a fairly large problem of the noteskin manager finding many different noteskins and complaining. In reality, I think a mid-range solution would be to remove the wildcard and fix our noteskins.

This commit is contained in:
Charles Lohr
2005-06-01 02:43:21 +00:00
parent e379632297
commit 80e06f5dfa
+1 -1
View File
@@ -277,7 +277,7 @@ CString NoteSkinManager::GetPathFromDirAndFile( const CString &sDir, const CStri
{
CStringArray matches; // fill this with the possible files
GetDirListing( sDir+sFileName+"*.redir", matches, false, true );
GetDirListing( sDir+sFileName+".redir", matches, false, true );
GetDirListing( sDir+sFileName+"*.xml", matches, false, true );
GetDirListing( sDir+sFileName+"*.actor", matches, false, true );
GetDirListing( sDir+sFileName+"*.model", matches, false, true );