mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: GetDefaultAppCmd
This commit is contained in:
parent
8ea9456550
commit
6e14cfac7c
1 changed files with 1 additions and 0 deletions
|
|
@ -443,6 +443,7 @@ begin
|
|||
// Get file mime type
|
||||
MimeTypes := GetFileMimeTypes(FileNames[0]);
|
||||
if Length(MimeTypes) = 0 then Exit;
|
||||
SetFindPath(MimeAppsPath);
|
||||
|
||||
for MimeType in MimeTypes do
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue