Skip to content

Commit 97020a9

Browse files
author
DelphiDabbler
committed
Changed some menu item captions and updated dialogue box caption to suit.
Also some IDE generated changes to format of hint strings.
1 parent 450d28c commit 97020a9

File tree

4 files changed

+110
-44
lines changed

4 files changed

+110
-44
lines changed

Src/FmFindCompilerDlg.dfm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
inherited FindCompilerDlg: TFindCompilerDlg
22
Left = 268
33
Top = 121
4-
Caption = 'Find Compiler'
4+
Caption = 'Find Compiler(s)'
55
ExplicitWidth = 474
6-
ExplicitHeight = 356
6+
ExplicitHeight = 375
77
PixelsPerInch = 96
88
TextHeight = 13
99
inherited pnlBody: TPanel

Src/FmFindCompilerDlg.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) 2005-2013, Peter Johnson (www.delphidabbler.com).
6+
* Copyright (C) 2005-2016, Peter Johnson (www.delphidabbler.com).
77
*
88
* $Rev$
99
* $Date$

0 commit comments

Comments
 (0)