Bugfix - play command in Linux was not picked up

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5385 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
gbamber 2016-11-27 13:47:09 +00:00
parent dcd8f73953
commit 6642ec065b
2 changed files with 3 additions and 2 deletions

View File

@ -43,7 +43,7 @@
along with this library; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"/>
<Version Release="6"/>
<Version Release="7"/>
<Files Count="2">
<Item1>
<Filename Value="uplaysound.pas"/>

View File

@ -135,6 +135,7 @@ begin
{$ELSE}
fDefaultPlayCommand := GetNonWindowsPlayCommand; // Linux, Mac etc.
{$ENDIF}
if (fDefaultPlayCommand <> '') then FPlayCommand:=fDefaultPlayCommand;
// About Dialog properties
AboutBoxComponentName := 'PlaySound';
AboutBoxWidth := 400;
@ -142,7 +143,7 @@ begin
AboutBoxBackgroundColor := clCream;
//AboutBoxFontName (string)
//AboutBoxFontSize (integer)
AboutBoxVersion := '0.0.6';
AboutBoxVersion := '0.0.7';
AboutBoxAuthorname := 'Gordon Bamber';
AboutBoxOrganisation := 'Public Domain';
AboutBoxAuthorEmail := 'minesadorada@charcodelvalle.com';