فهرست منبع

* write location of configuration files

git-svn-id: trunk@8855 -
florian 18 سال پیش
والد
کامیت
c384171709
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      ide/fp.pas

+ 2 - 0
ide/fp.pas

@@ -368,6 +368,8 @@ BEGIN
   StreamError:=@MyStreamError;
 
   ShowReadme:=ShowReadme or (LocateFile(INIFileName)='');
+  if LocateFile(INIFileName)<>'' then
+    writeln(bullet+' Using configuration files from: ',DirOf(LocateFile(INIFileName)));
 
 {$ifdef VESA}
   InitVESAScreenModes;