mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 16:38:17 +02:00
Tools: glazres: add FullResourceFileName to messages when creating.
git-svn-id: trunk@47227 -
This commit is contained in:
parent
b0bddd32ec
commit
4b67330c53
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user