winemenubuilder: Disallow desktop integration for internet shortcuts.
This commit is contained in:
parent
b520a19fc2
commit
0f88c7c31f
1 changed files with 2 additions and 1 deletions
|
@ -1968,7 +1968,8 @@ static BOOL is_extension_banned(LPCWSTR extension)
|
|||
if (!wcsicmp(extension, L".bat") ||
|
||||
!wcsicmp(extension, L".com") ||
|
||||
!wcsicmp(extension, L".exe") ||
|
||||
!wcsicmp(extension, L".msi"))
|
||||
!wcsicmp(extension, L".msi") ||
|
||||
!wcsicmp(extension, L".url"))
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue