small bug fix, bumped version to 1.76a
This commit is contained in:
parent
09df281556
commit
98278b7bb5
Binary file not shown.
|
@ -766,7 +766,7 @@ begin
|
||||||
|
|
||||||
try
|
try
|
||||||
if FileList[i] = 'liblist.gam' then
|
if FileList[i] = 'liblist.gam' then
|
||||||
frmMain.IdFTP.Size('CHMOD 444 liblist.gam');
|
frmMain.IdFTP.Site('CHMOD 444 liblist.gam');
|
||||||
except
|
except
|
||||||
AddStatus('Warning: CHMOD not supported.', clMaroon);
|
AddStatus('Warning: CHMOD not supported.', clMaroon);
|
||||||
end;
|
end;
|
||||||
|
|
|
@ -148,7 +148,7 @@ var
|
||||||
frmMain: TfrmMain;
|
frmMain: TfrmMain;
|
||||||
gMultiAccount: Boolean;
|
gMultiAccount: Boolean;
|
||||||
|
|
||||||
const VERSION = '1.76';
|
const VERSION = '1.76a';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user