浏览代码

* try to add extensions to params

peter 26 年之前
父节点
当前提交
0196ac9b54
共有 1 个文件被更改,包括 5 次插入2 次删除
  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