Browse Source

* write location of configuration files

git-svn-id: trunk@8855 -
florian 18 years ago
parent
commit
c384171709
1 changed files with 2 additions and 0 deletions
  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;