summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/fpg_iniutils.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/fpg_iniutils.pas b/src/gui/fpg_iniutils.pas
index dec642d3..36eb8bff 100644
--- a/src/gui/fpg_iniutils.pas
+++ b/src/gui/fpg_iniutils.pas
@@ -80,7 +80,7 @@ begin
lFileName := fpgExtractFileName(AFileName);
if lDir = '' then
- lDir := GetAppConfigDir(False);
+ lDir := fpgGetAppConfigDir(False);
if not (lDir[Length(lDir)] = PathDelim) then
lDir := lDir + PathDelim;