mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 10:59:06 +02:00
IDE: added resourcestring
git-svn-id: trunk@16074 -
This commit is contained in:
parent
e019d42047
commit
551f73891b
@ -428,7 +428,7 @@ begin
|
|||||||
FGrabButton:=TButton.Create(Self);
|
FGrabButton:=TButton.Create(Self);
|
||||||
with FGrabButton do begin
|
with FGrabButton do begin
|
||||||
Name:='GrabButton';
|
Name:='GrabButton';
|
||||||
Caption:='Grab key';
|
Caption:=srkmGrabKey;
|
||||||
Align:=alRight;
|
Align:=alRight;
|
||||||
AutoSize:=true;
|
AutoSize:=true;
|
||||||
Parent:=Self;
|
Parent:=Self;
|
||||||
|
Loading…
Reference in New Issue
Block a user