* Fix compilation.

git-svn-id: trunk@3246 -
This commit is contained in:
daniel 2006-04-17 15:57:57 +00:00
parent 9639c8c810
commit 90744753b9

View File

@ -176,9 +176,9 @@ begin
ButtonCount:=0;
end;
{$ifdef fpc}
'F' :
{ 'F' :
if Length(Param)=1 then
NoExtendedFrame:=true;
NoExtendedFrame:=true;}
{$ifdef Unix}
'T' : DebuggeeTTY:=Copy(Param,2,High(Param));
{$endif Unix}