* fixed typo in gdbversion

This commit is contained in:
peter 1999-07-13 11:25:57 +00:00
parent cd6dac1a03
commit 9612edd5c6

View File

@ -166,7 +166,7 @@ end;
function GDBVersion : string; function GDBVersion : string;
begin begin
Version:='Fake GDB'; GDBVersion:='Fake GDB';
end; end;
{***************************************************************************** {*****************************************************************************
@ -266,7 +266,10 @@ end;
end. end.
{ {
$Log$ $Log$
Revision 1.2 1999-07-12 13:08:20 pierre Revision 1.3 1999-07-13 11:25:57 peter
* fixed typo in gdbversion
Revision 1.2 1999/07/12 13:08:20 pierre
+ added GDBVersion function + added GDBVersion function
* tries to intercept quit command from GDB Window * tries to intercept quit command from GDB Window
+ AllowQuit method + AllowQuit method