Browse Source

* try to add extensions to params

peter 26 years ago
parent
commit
0196ac9b54
1 changed files with 5 additions and 2 deletions
  1. 5 2
      ide/text/fp.pas

+ 5 - 2
ide/text/fp.pas

@@ -74,7 +74,7 @@ begin
       end
     else
       if not BeforeINI then
-        TryToOpenFile(nil,Param,0,0,false);
+        TryToOpenFile(nil,Param,0,0,{false}true);
   end;
 end;
 
@@ -194,7 +194,10 @@ BEGIN
 END.
 {
   $Log$
-  Revision 1.26  1999-06-28 23:31:14  pierre
+  Revision 1.27  1999-06-29 22:43:12  peter
+    * try to add extensions to params
+
+  Revision 1.26  1999/06/28 23:31:14  pierre
    * typo inside go32v2 cond error removed
 
   Revision 1.25  1999/06/28 19:25:34  peter