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,
|
||||
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"/>
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user