~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to demo/win32/menu.pp

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{   $Id: menu.pp,v 1.4 2002/09/07 15:06:35 peter Exp $
 
1
{
2
2
  Copyright (c) 1999 by Michael van Canneyt
3
3
 
4
4
  Win32 menu creation example.
338
338
        End;
339
339
    End;
340
340
End.
341
 
 
342
 
{
343
 
  $Log: menu.pp,v $
344
 
  Revision 1.4  2002/09/07 15:06:35  peter
345
 
    * old logs removed and tabs fixed
346
 
 
347
 
  Revision 1.3  2002/02/22 13:37:49  pierre
348
 
   * fix problem if started through cygwin bash
349
 
 
350
 
  Revision 1.2  2002/02/21 11:43:54  pierre
351
 
   * fix range check problems and wrong uses of HEdit and HStatus handles
352
 
 
353
 
}