Browse Source

* Fix compilation.

git-svn-id: trunk@3246 -
daniel 19 years ago
parent
commit
90744753b9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ide/fp.pas

+ 2 - 2
ide/fp.pas

@@ -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}