diff --git a/installer/installer/AMXInstaller.exe b/installer/installer/AMXInstaller.exe index e810363f..db34ba83 100755 Binary files a/installer/installer/AMXInstaller.exe and b/installer/installer/AMXInstaller.exe differ diff --git a/installer/installer/UnitfrmMain.dfm b/installer/installer/UnitfrmMain.dfm index 04187138..5d275785 100755 --- a/installer/installer/UnitfrmMain.dfm +++ b/installer/installer/UnitfrmMain.dfm @@ -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 diff --git a/installer/installer/UnitfrmMain.pas b/installer/installer/UnitfrmMain.pas index 39abd6ea..179c44c9 100755 --- a/installer/installer/UnitfrmMain.pas +++ b/installer/installer/UnitfrmMain.pas @@ -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