mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-01 22:57:29 +02:00
IDE: resourcestrings
git-svn-id: trunk@41571 -
This commit is contained in:
parent
e9931a214f
commit
6c7c19d872
@ -29,7 +29,7 @@ uses
|
||||
Classes, SysUtils, math, types, contnrs, Controls, LCLType, LCLIntf, Grids,
|
||||
Graphics, StdCtrls, Menus, LazLogger,
|
||||
FileProcs,
|
||||
IDEProcs;
|
||||
IDEProcs, LazarusIDEStrConsts;
|
||||
|
||||
const
|
||||
DefaultModeMatrixMaxUndo = 100;
|
||||
@ -1477,12 +1477,12 @@ begin
|
||||
|
||||
// type column
|
||||
FTypeColumn:=Columns.Add;
|
||||
FTypeColumn.Title.Caption:='Type';
|
||||
FTypeColumn.Title.Caption:=dlgEnvType;
|
||||
FTypeColumn.SizePriority:=0;
|
||||
|
||||
// value column
|
||||
FValueColumn:=Columns.Add;
|
||||
FValueColumn.Title.Caption:='Value';
|
||||
FValueColumn.Title.Caption:=lisValue;
|
||||
FValueColumn.SizePriority:=1;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user