mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 23:19:12 +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;
|
procedure TComponentPalette.UpdateNoteBookButtons;
|
||||||
var
|
var
|
||||||
i, PgInd: Integer;
|
i: Integer;
|
||||||
PgName: String;
|
|
||||||
begin
|
begin
|
||||||
if fUpdatingPageControl then exit;
|
if fUpdatingPageControl then exit;
|
||||||
if IsUpdateLocked then begin
|
if IsUpdateLocked then begin
|
||||||
|
@ -328,7 +328,7 @@ begin
|
|||||||
BasePOFile.ReadPOText(POBuf.Source);
|
BasePOFile.ReadPOText(POBuf.Source);
|
||||||
BasePOFile.Tag:=1;
|
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
|
for i:=0 to SrcFiles.Count-1 do begin
|
||||||
Filename:=SrcFiles[i];
|
Filename:=SrcFiles[i];
|
||||||
if CompareFileExt(Filename,'.lrt',false)=0 then
|
if CompareFileExt(Filename,'.lrt',false)=0 then
|
||||||
|
Loading…
Reference in New Issue
Block a user