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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user