underlined "FTP" in FTP install page

bumped version number to 1.75a
This commit is contained in:
Christian Hammacher 2006-07-04 17:36:41 +00:00
parent f1d3274f0e
commit 4b649469b0
3 changed files with 17 additions and 3 deletions

Binary file not shown.

View File

@ -5977,7 +5977,7 @@ object frmMain: TfrmMain
' to install AMX Mod X to:'
WordWrap = True
end
object Shape1: TShape
object shpMods: TShape
Left = 134
Top = 140
Width = 255
@ -6127,6 +6127,19 @@ object frmMain: TfrmMain
Height = 13
Caption = '5. Click Next.'
end
object lblFTP: TLabel
Left = 101
Top = 56
Width = 18
Height = 13
Caption = 'FTP'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsUnderline]
ParentFont = False
end
object pnlHeader3: TPanel
Left = 0
Top = 0

View File

@ -102,7 +102,7 @@ type
frbListenServer: TFlatRadioButton;
frbStandaloneServer: TFlatRadioButton;
frbSelectMod: TFlatRadioButton;
Shape1: TShape;
shpMods: TShape;
lblSelectModNote: TLabel;
lblStep3: TLabel;
pnlOS: TPanel;
@ -111,6 +111,7 @@ type
optLinux64: TFlatRadioButton;
lblOSNote: TLabel;
lblStep5: TLabel;
lblFTP: TLabel;
procedure jvwStepsCancelButtonClick(Sender: TObject);
procedure cmdCancelClick(Sender: TObject);
procedure cmdNextClick(Sender: TObject);
@ -147,7 +148,7 @@ var
frmMain: TfrmMain;
gMultiAccount: Boolean;
const VERSION = '1.75';
const VERSION = '1.75a';
implementation