Source commit: b2dcc778ad505b1d1d45d0941cdb8dd8e1052557
@@ -2468,7 +2468,7 @@ void __fastcall TPreferencesDialog::AddExtension()
}
else
{
- if (!FileExists(Path))
+ if (!FileExists(ApiPath(Path)))
throw Exception(MainInstructions(FMTLOAD(FILE_NOT_EXISTS, (Path))));