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

« back to all changes in this revision

Viewing changes to packages/extra/gtk/examples/tutorial/tut6_1.pp

  • 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:
1
1
{
2
 
  $Id: tut6_1.pp,v 1.2 2002/09/07 15:42:58 peter Exp $
 
2
  $Id: tut6_1.pp,v 1.3 2005/02/14 17:13:20 peter Exp $
3
3
 
4
4
  This file extracted from the GTK 1.2 tutorial.
5
5
  Section 6.1
88
88
     //* Rest in gtk_main and wait for the fun to begin! */
89
89
     gtk_main ();
90
90
 end.  $Log: tut6_1.pp,v $
91
 
 end.  Revision 1.2  2002/09/07 15:42:58  peter
92
 
 end.    * old logs removed and tabs fixed
93
 
 end.
94
 
 end.  Revision 1.1  2002/01/29 17:55:07  peter
95
 
 end.    * splitted to base and extra
 
91
 end.  Revision 1.3  2005/02/14 17:13:20  peter
 
92
 end.    * truncate log
96
93
 end.
97
94
}