mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 05:21:27 +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);
|
||||
with FGrabButton do begin
|
||||
Name:='GrabButton';
|
||||
Caption:='Grab key';
|
||||
Caption:=srkmGrabKey;
|
||||
Align:=alRight;
|
||||
AutoSize:=true;
|
||||
Parent:=Self;
|
||||
|
Loading…
Reference in New Issue
Block a user