Modification: Follow previous commit in reasoning. This is a bit more questionable. If this causes issues please discuss On-list

This commit is contained in:
Charles Lohr
2005-06-01 02:48:06 +00:00
parent 80e06f5dfa
commit 5b3007b21b
+1 -1
View File
@@ -287,7 +287,7 @@ CString NoteSkinManager::GetPathFromDirAndFile( const CString &sDir, const CStri
GetDirListing( sDir+sFileName+"*.jpg", matches, false, true );
GetDirListing( sDir+sFileName+"*.bmp", matches, false, true );
GetDirListing( sDir+sFileName+"*.gif", matches, false, true );
GetDirListing( sDir+sFileName+"*", matches, false, true );
GetDirListing( sDir+sFileName+"", matches, false, true );
if( matches.empty() )
return "";