Skip to content

Commit 1730956

Browse files
committed
fix: broken caption on inline text edit button
Refs #2313
1 parent 222a386 commit 1730956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/grideditlinks.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ constructor TInplaceEditorLink.Create(Tree: TVirtualStringTree; AllowEdit: Boole
11871187
FButton := TButton.Create(FPanel);
11881188
FButton.Parent := FPanel;
11891189
FButton.TabStop := False;
1190-
FButton.Caption := '…';
1190+
FButton.Caption := '...';
11911191
FButton.Hint := _('Edit text in popup editor ...');
11921192
FButton.ShowHint := True;
11931193
FButton.OnClick := ButtonClick;

0 commit comments

Comments
 (0)