diff options
author | Andras Timar <atimar@suse.com> | 2012-01-18 13:11:11 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-01-18 19:16:06 +0100 |
commit | ceb14e0143fb72b34421f6fb81ff1fb1842cb500 (patch) | |
tree | 01aa22526fa80fec90dee5e97a23c11e2feecaf4 /scp2/inc | |
parent | 15e35093e86b49b3e8129108fa358adc0c865fbe (diff) |
fdo#37740 remove duplicate icons from soffice.bin/soffice.exe
Diffstat (limited to 'scp2/inc')
-rwxr-xr-x | scp2/inc/macros.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index 820a9e222704..c54049548165 100755 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -391,7 +391,7 @@ End ParentID = PREDEFINED_HKEY_CLASSES_ROOT; \ ModuleID = modid; \ Subkey = STRING(CONCAT3(OpenOffice.org.,name,\DefaultIcon)); \ - Value = "<progpath>\program\soffice.exe," STRING(icon_id); \ + Value = "<progpath>\program\soffice.bin," STRING(icon_id); \ End #define REGISTRY_ENTRY_SHELL(name,default,modid) \ |