diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 10:56:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 10:56:47 +0000 |
commit | 6a4c38220807baad2aac74d39ed2563b21689f8c (patch) | |
tree | 17f5fcb2fe55e996ade6a609bd532cf5fcf60796 /scp2 | |
parent | d620a44155eed36a50d22198be371c977167cb2f (diff) |
INTEGRATION: CWS vistaready02 (1.5.20); FILE MERGED
2007/01/18 09:58:43 lla 1.5.20.1: #i73589# Wrong Icon in Explorers Detail Pane
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/base/registryitem_base.scp | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/scp2/source/base/registryitem_base.scp b/scp2/source/base/registryitem_base.scp index b90eac7f18f2..f88962afbb45 100644 --- a/scp2/source/base/registryitem_base.scp +++ b/scp2/source/base/registryitem_base.scp @@ -4,9 +4,9 @@ * * $RCSfile: registryitem_base.scp,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2007-01-02 16:15:00 $ + * last change: $Author: obo $ $Date: 2007-01-25 11:56:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -109,11 +109,19 @@ RegistryItem gid_Regitem_Openoffice_Databasedocument_1_Shell Value = "open"; End +// RegistryItem gid_Regitem_Openoffice_Databasedocument_1_Shell_Open_Command +// ParentID = PREDEFINED_HKEY_CLASSES_ROOT; +// Subkey = "opendocument.DatabaseDocument.1\shell\open\command"; +// ModuleID = gid_Module_Prg_Base_Bin; +// Value = "\"<progpath>\program\soffice.exe\" -o \"%1\""; +// End + RegistryItem gid_Regitem_Openoffice_Databasedocument_1_Shell_Open_Command ParentID = PREDEFINED_HKEY_CLASSES_ROOT; Subkey = "opendocument.DatabaseDocument.1\shell\open\command"; ModuleID = gid_Module_Prg_Base_Bin; - Value = "\"<progpath>\program\soffice.exe\" -o \"%1\""; + Value = "\"<progpath>\program\sbase.exe\" -o \"%1\""; + Styles = (PATCH); End // "OpenWith" Windows Registry keys for .odb |