copy in Sprite's diagnostic: show the possible matches

(always do it; useful in release too)
This commit is contained in:
Glenn Maynard
2006-07-27 22:56:43 +00:00
parent 796b10f90f
commit 52eccf2a8f
+1
View File
@@ -85,6 +85,7 @@ retry:
if( asPaths.size() > 1 )
{
RString sError = ssprintf( "A file in '%s' references a file '%s' which has multiple matches.", sName.c_str(), sPath.c_str() );
sError += "\n" + join( "\n", asPaths );
switch( Dialog::AbortRetryIgnore( sError, "BROKEN_FILE_REFERENCE" ) )
{
case Dialog::abort: