small bug fix, bumped version to 1.76a

This commit is contained in:
Christian Hammacher 2006-09-20 15:12:49 +00:00
parent 09df281556
commit 98278b7bb5
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -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;

View File

@ -148,7 +148,7 @@ var
frmMain: TfrmMain; frmMain: TfrmMain;
gMultiAccount: Boolean; gMultiAccount: Boolean;
const VERSION = '1.76'; const VERSION = '1.76a';
implementation implementation