Tools: glazres: add FullResourceFileName to messages when creating.

git-svn-id: trunk@47227 -
This commit is contained in:
bart 2014-12-20 16:12:33 +00:00
parent b0bddd32ec
commit 4b67330c53

View File

@ -101,6 +101,7 @@ const
ErrFileIsResource = 'ERROR: Cannot add resource file to itself ("%s")';
ErrCreate = 'ERROR: Cannot create "%s"';
ErrNoResourceName = 'ERROR: No resourcename found for "%s"';
MsgCreatingLrs = 'Creating "%s"';
MsgProcessing = 'Processing "%s"';
MsgResourceNameType = ' Resource name = "%s", Type = "%s"';
ErrRead = 'ERROR: Cannot read from "%s"';
@ -450,6 +451,7 @@ begin
end;
end;
try
AddMessageFmt(MsgCreatingLrs,[FullResourceFilename]);
ResFileStream:=TFileStreamUtf8.Create(FullResourceFileName,fmCreate);
except
AddMessageFmt(ErrCreate,[ResourceFileName]);