mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 05:07:56 +02:00
IDE: clean up
git-svn-id: trunk@47077 -
This commit is contained in:
parent
58df23696a
commit
59f4935c70
@ -1083,8 +1083,7 @@ end;
|
||||
|
||||
procedure TComponentPalette.UpdateNoteBookButtons;
|
||||
var
|
||||
i, PgInd: Integer;
|
||||
PgName: String;
|
||||
i: Integer;
|
||||
begin
|
||||
if fUpdatingPageControl then exit;
|
||||
if IsUpdateLocked then begin
|
||||
|
@ -328,7 +328,7 @@ begin
|
||||
BasePOFile.ReadPOText(POBuf.Source);
|
||||
BasePOFile.Tag:=1;
|
||||
|
||||
// Update po file with lrt or/and rst files
|
||||
// Update po file with lrt or/and rst/rsj files
|
||||
for i:=0 to SrcFiles.Count-1 do begin
|
||||
Filename:=SrcFiles[i];
|
||||
if CompareFileExt(Filename,'.lrt',false)=0 then
|
||||
|
Loading…
Reference in New Issue
Block a user