diff --git a/backup/main.pas b/backup/main.pas index ba15880..edc07fa 100644 --- a/backup/main.pas +++ b/backup/main.pas @@ -2894,6 +2894,7 @@ begin // insert smartport here InsertDisk( 'local:'+filename, 2 ); ShowM8; + SendOSDMessage('SmartPort Volume Connected'); end; end; end; diff --git a/main.pas b/main.pas index edc07fa..35efb2b 100644 --- a/main.pas +++ b/main.pas @@ -3171,7 +3171,7 @@ begin code := MapKeyCode(Key,Shift,false); if code <> 0 then SendKey( code, 0, 1, MapShiftState(Key, Shift) ); - StatusBar1.SimpleText := IntToStr(code) + ' ' + keydesc; + //StatusBar1.SimpleText := IntToStr(code) + ' ' + keydesc; end; procedure TGUIForm.FormKeyPress(Sender: TObject; var Key: char);