From 3c496e2513ccca77fa20d8fcbc31b7e1222e9601 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 28 Nov 2015 23:24:06 +0100 Subject: verwendet jetzt mplayer, kleine Ă„nderungen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- emails | Bin 19908416 -> 0 bytes emails.lpi | 1 + emails.lps | 113 +++++++++++++++++++++++++++++++------------------------------ unit1.lfm | 2 ++ unit1.pas | 2 +- 6 files changed, 62 insertions(+), 58 deletions(-) delete mode 100755 emails diff --git a/.gitignore b/.gitignore index 0ec6f30..d113097 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ *.o *.tar.gz *~ -Emails +emails lib Log* socket diff --git a/emails b/emails deleted file mode 100755 index fbdff04..0000000 Binary files a/emails and /dev/null differ diff --git a/emails.lpi b/emails.lpi index 32a0c91..9d3caa8 100644 --- a/emails.lpi +++ b/emails.lpi @@ -41,6 +41,7 @@ + diff --git a/emails.lps b/emails.lps index a3942ed..a01cd53 100644 --- a/emails.lps +++ b/emails.lps @@ -9,35 +9,36 @@ - + + - - - + + + + - - - - - - - - - - + + + + + + + + + @@ -49,7 +50,7 @@ - + @@ -65,123 +66,123 @@ - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/unit1.lfm b/unit1.lfm index e391902..0ca6924 100644 --- a/unit1.lfm +++ b/unit1.lfm @@ -85,7 +85,9 @@ object Form1: TForm1 Top = 596 Width = 86 Caption = 'Ton geben' + Checked = True OnClick = CheckBox1Click + State = cbChecked TabOrder = 3 end object TrayIcon1: TTrayIcon diff --git a/unit1.pas b/unit1.pas index f61a2c9..5871981 100644 --- a/unit1.pas +++ b/unit1.pas @@ -201,7 +201,7 @@ begin setlength(argumente,1); argumente[0]:=extractFilePath(application.exename)+'gotmail.wav'; ausgabe:=''; - runCommand('play',argumente,ausgabe); + runCommand('mplayer',argumente,ausgabe); setlength(argumente,0); end; end; -- cgit v1.2.3-54-g00ecf