* added missing open comment at start of log section

This commit is contained in:
Jonas Maebe 2000-08-20 10:11:41 +00:00
parent 7f47dfe3cb
commit 9605567a67
5 changed files with 31 additions and 11 deletions

View File

@ -186,8 +186,12 @@ Begin
Done;
End;
End.
{
$Log$
Revision 1.2 2000-07-13 11:33:26 michael
Revision 1.3 2000-08-20 10:11:41 jonas
* added missing open comment at start of log section
Revision 1.2 2000/07/13 11:33:26 michael
+ removed logs
}

View File

@ -160,8 +160,12 @@ Begin
Status.Done;
ClrScr;
End.
{
$Log$
Revision 1.2 2000-07-13 11:33:27 michael
Revision 1.3 2000-08-20 10:11:41 jonas
* added missing open comment at start of log section
Revision 1.2 2000/07/13 11:33:27 michael
+ removed logs
}

View File

@ -2070,8 +2070,12 @@ Begin
ExitProc := @nExit;
End. { of Unit nCrt }
{
$Log$
Revision 1.2 2000-07-13 11:33:27 michael
Revision 1.3 2000-08-20 10:11:41 jonas
* added missing open comment at start of log section
Revision 1.2 2000/07/13 11:33:27 michael
+ removed logs
}

View File

@ -223,8 +223,12 @@ Begin
msgbox.Done;
ClrScr;
End.
{
$Log$
Revision 1.2 2000-07-13 11:33:27 michael
Revision 1.3 2000-08-20 10:11:41 jonas
* added missing open comment at start of log section
Revision 1.2 2000/07/13 11:33:27 michael
+ removed logs
}

View File

@ -7,7 +7,7 @@ unit panel;
Programmer: Ken J. Wright
Date......: 12/08/1999
Purpose - Link to the Linux 'panel' library for ncurses windowing
Purpose - Link to the Linux 'panel' library for ncurses windowing
functions. The panel library handles overlapping windows,
whereas, native ncurses windowing is only tiled.
@ -80,8 +80,12 @@ const External_library='';
function panel_hidden(_para1:pPANEL):longint;cdecl;External;
end.
{
$Log$
Revision 1.2 2000-07-13 11:33:27 michael
Revision 1.3 2000-08-20 10:11:41 jonas
* added missing open comment at start of log section
Revision 1.2 2000/07/13 11:33:27 michael
+ removed logs
}