to 0.0.7
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:
parent
dcd8f73953
commit
6642ec065b
@ -43,7 +43,7 @@
|
|||||||
along with this library; if not, write to the Free Software Foundation,
|
along with this library; if not, write to the Free Software Foundation,
|
||||||
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
"/>
|
"/>
|
||||||
<Version Release="6"/>
|
<Version Release="7"/>
|
||||||
<Files Count="2">
|
<Files Count="2">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="uplaysound.pas"/>
|
<Filename Value="uplaysound.pas"/>
|
||||||
|
@ -135,6 +135,7 @@ begin
|
|||||||
{$ELSE}
|
{$ELSE}
|
||||||
fDefaultPlayCommand := GetNonWindowsPlayCommand; // Linux, Mac etc.
|
fDefaultPlayCommand := GetNonWindowsPlayCommand; // Linux, Mac etc.
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
if (fDefaultPlayCommand <> '') then FPlayCommand:=fDefaultPlayCommand;
|
||||||
// About Dialog properties
|
// About Dialog properties
|
||||||
AboutBoxComponentName := 'PlaySound';
|
AboutBoxComponentName := 'PlaySound';
|
||||||
AboutBoxWidth := 400;
|
AboutBoxWidth := 400;
|
||||||
@ -142,7 +143,7 @@ begin
|
|||||||
AboutBoxBackgroundColor := clCream;
|
AboutBoxBackgroundColor := clCream;
|
||||||
//AboutBoxFontName (string)
|
//AboutBoxFontName (string)
|
||||||
//AboutBoxFontSize (integer)
|
//AboutBoxFontSize (integer)
|
||||||
AboutBoxVersion := '0.0.6';
|
AboutBoxVersion := '0.0.7';
|
||||||
AboutBoxAuthorname := 'Gordon Bamber';
|
AboutBoxAuthorname := 'Gordon Bamber';
|
||||||
AboutBoxOrganisation := 'Public Domain';
|
AboutBoxOrganisation := 'Public Domain';
|
||||||
AboutBoxAuthorEmail := 'minesadorada@charcodelvalle.com';
|
AboutBoxAuthorEmail := 'minesadorada@charcodelvalle.com';
|
||||||
|
Loading…
Reference in New Issue
Block a user