mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 13:05:04 +02:00
Fix incorrect specification of DefaultIcon in calibre generated ProgIDs
This commit is contained in:
parent
b61507c405
commit
986adc521b
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ def create_prog_id(ext, prog_id, ext_map, exe):
|
|||
key.set(value=type_name)
|
||||
key.set('FriendlyTypeName', type_name)
|
||||
key.set('PerceivedType', 'Document')
|
||||
key.set('DefaultIcon', exe+',0')
|
||||
key.set(sub_key='DefaultIcon', value=exe+',0')
|
||||
key.set_default_value(r'shell\open\command', '"%s" "%%1"' % exe)
|
||||
key.set('AllowSilentDefaultTakeOver')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue