summaryrefslogtreecommitdiff
path: root/UConfig.pas
diff options
context:
space:
mode:
Diffstat (limited to 'UConfig.pas')
-rw-r--r--UConfig.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/UConfig.pas b/UConfig.pas
index b662f58..31105c9 100644
--- a/UConfig.pas
+++ b/UConfig.pas
@@ -384,6 +384,7 @@ procedure ReadMainGUISettings;
var s: string;
IniFile: TMyIniFile;
begin
+ SearchForDefaultApps;
try
s := IncludeTrailingPathDelimiter(GetHomePath) + ConfDefaultSettingsDir;
if not DirectoryExists(s) then