mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:59:20 +02:00
Tools: fix wrong filename of output in glazres.
git-svn-id: trunk@47225 -
This commit is contained in:
parent
b02c05ff91
commit
9a23a0544a
@ -434,7 +434,6 @@ begin
|
|||||||
ResourceFileName := ExtractFileName(FullResourceFileName);
|
ResourceFileName := ExtractFileName(FullResourceFileName);
|
||||||
ClearMessages;
|
ClearMessages;
|
||||||
|
|
||||||
FullResourceFilename := ExpandFileNameUTF8(ResourceFilename);
|
|
||||||
// check that all resources exists and are not the destination file
|
// check that all resources exists and are not the destination file
|
||||||
for Index := 0 to FileCount-1 do
|
for Index := 0 to FileCount-1 do
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user