Skip to content

Commit 205260e

Browse files
author
DelphiDabbler
committed
Re-captioned tree expand/collapse buttons.
1 parent 97020a9 commit 205260e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Src/FmSelectionSearchDlg.dfm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
inherited SelectionSearchDlg: TSelectionSearchDlg
22
Caption = 'Select Snippets'
33
ExplicitWidth = 474
4-
ExplicitHeight = 356
4+
ExplicitHeight = 375
55
PixelsPerInch = 96
66
TextHeight = 13
77
inherited pnlBody: TPanel
@@ -83,7 +83,7 @@ inherited SelectionSearchDlg: TSelectionSearchDlg
8383
Top = 174
8484
Width = 82
8585
Height = 25
86-
Caption = 'E&xpand Tree'
86+
Caption = 'E&xpand All'
8787
TabOrder = 5
8888
OnClick = btnExpandAllClick
8989
end
@@ -92,7 +92,7 @@ inherited SelectionSearchDlg: TSelectionSearchDlg
9292
Top = 205
9393
Width = 82
9494
Height = 25
95-
Caption = 'C&ollapse Tree'
95+
Caption = 'C&ollapse All'
9696
TabOrder = 6
9797
OnClick = btnCollapseAllClick
9898
end

Src/FmSelectionSearchDlg.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
* obtain one at http://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2006-2012, Peter Johnson (www.delphidabbler.com).
6+
* Copyright (C) 2006-2016, Peter Johnson (www.delphidabbler.com).
77
*
88
* $Rev$
99
* $Date$

0 commit comments

Comments
 (0)