~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to packages/extra/amunits/otherlibs/triton/examples/string.pas

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2005-05-30 11:59:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050530115910-x5pbzm4qqta4i94h
Tags: 2.0.0-2
debian/fp-compiler.postinst.in: forgot to reapply the patch that
correctly creates the slave link to pc(1).  (Closes: #310907)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
{
6
6
   A demo in FPC Pascal using triton.library
7
 
   
 
7
 
8
8
   Updated for fpc 1.0.7
9
9
   11 Jan 2003.
10
10
 
27
27
                     TRCA_Release,'1.0',
28
28
                     TRCA_Date,'03-06-1998',
29
29
                     TAG_DONE]);
30
 
    if App <> nil then begin 
 
30
    if App <> nil then begin
31
31
      ProjectStart;
32
32
      WindowID(1);
33
33
      WindowTitle('String');