error message cleanup

This commit is contained in:
Chris Danford
2005-10-05 05:01:09 +00:00
parent a89764040c
commit 2dc967326b
+1 -1
View File
@@ -137,7 +137,7 @@ retry:
GetDirListing( sPath + "*", asElementPaths, false, true );
if( asElementPaths.size() == 0 )
{
CString sMessage = ssprintf( "A Sprite in '%s' points to a texture '%s' which doesn't exist.", sDir.c_str(), sPath.c_str() );
CString sMessage = ssprintf( "A xml Sprite in '%s' points to a texture '%s' which doesn't exist.", sDir.c_str(), sPath.c_str() );
switch( Dialog::AbortRetryIgnore(sMessage) )
{
case Dialog::abort: