mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 00:59:15 +02:00
ResourceStrings for Locals Dialog
git-svn-id: trunk@14737 -
This commit is contained in:
parent
2b64b5513a
commit
0b7a106fec
@ -59,6 +59,8 @@ type
|
||||
|
||||
|
||||
implementation
|
||||
uses
|
||||
LazarusIDEStrConsts;
|
||||
|
||||
{ TLocalsDlg }
|
||||
|
||||
@ -68,6 +70,9 @@ begin
|
||||
FLocalsNotification := TIDELocalsNotification.Create;
|
||||
FLocalsNotification.AddReference;
|
||||
FLocalsNotification.OnChange := @LocalsChanged;
|
||||
Caption:= lisLocals;
|
||||
lvLocals.Columns[0].Caption:= lisDebugOptionsFrmName;
|
||||
lvLocals.Columns[1].Caption:= dlgValueColor;
|
||||
end;
|
||||
|
||||
destructor TLocalsDlg.Destroy;
|
||||
|
@ -3728,6 +3728,10 @@ resourcestring
|
||||
lisRecordStruct = 'Record/Structure';
|
||||
lisMemoryDump = 'Memory Dump';
|
||||
|
||||
// Locals Dialog
|
||||
lisLocals = 'Locals';
|
||||
lisLocalsDlgName = 'Name';
|
||||
lisLocalsDlgValue = 'Value';
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user