Improved error reporting a little and changes the list in the Warnings & Errors dialog window

This commit is contained in:
codeimp 2009-05-10 16:02:08 +00:00
parent 1fc8947d29
commit ec40df4765
33 changed files with 195 additions and 163 deletions

View file

@ -350,7 +350,7 @@ namespace CodeImp.DoomBuilder.Data
else
{
// Can't load image without name
General.ErrorLogger.Add(ErrorType.Error, "Can't load unnamed texture from \"" + path + "\"");
General.ErrorLogger.Add(ErrorType.Error, "Can't load an unnamed texture from \"" + path + "\". Please consider giving names to your resources.");
}
}