Menu

[3c420b]: / webplayer_strings.pas  Maximize  Restore  History

Download this file

21 lines (11 with data), 253 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
unit webplayer_strings;
{$IFDEF FPC}
{$mode Delphi}{$H+}
{$ENDIF}
interface
uses
Classes, SysUtils;
const CST_WebPlayer = 'Lazarus Static Web Player Creator';
CST_WebPlayer_With_License = CST_WebPlayer+' GNU GPL';
implementation
end.