diff options
Diffstat (limited to 'UConfig.pas')
| -rw-r--r-- | UConfig.pas | 1 |
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 |
