mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
IDE: project version windows: fixed UpdateMainSourceFilename to set the internal filenames from Jouke Rensma
git-svn-id: trunk@10032 -
This commit is contained in:
parent
3f65db6fa4
commit
d4fe9a0913
@ -804,6 +804,7 @@ begin
|
||||
Result := mrCancel;
|
||||
VersionInfoCodeBuf:=CodeToolBoss.LoadFile(AFilename,false,false);
|
||||
if VersionInfoCodeBuf=nil then exit;
|
||||
SetFileNames(AFilename);
|
||||
if not CodeToolBoss.FindResourceDirective(VersionInfoCodeBuf,1,1,
|
||||
VersionInfoCodeBuf,NewX,NewY,
|
||||
NewTopLine,ExtractFileName(resFilename)) then
|
||||
|
Loading…
Reference in New Issue
Block a user