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
This commit is contained in:
parent
d620a44155
commit
6a4c382208
1 changed files with 11 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: registryitem_base.scp,v $
|
* $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 Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
|
@ -109,11 +109,19 @@ RegistryItem gid_Regitem_Openoffice_Databasedocument_1_Shell
|
||||||
Value = "open";
|
Value = "open";
|
||||||
End
|
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
|
RegistryItem gid_Regitem_Openoffice_Databasedocument_1_Shell_Open_Command
|
||||||
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
|
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
|
||||||
Subkey = "opendocument.DatabaseDocument.1\shell\open\command";
|
Subkey = "opendocument.DatabaseDocument.1\shell\open\command";
|
||||||
ModuleID = gid_Module_Prg_Base_Bin;
|
ModuleID = gid_Module_Prg_Base_Bin;
|
||||||
Value = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
|
Value = "\"<progpath>\program\sbase.exe\" -o \"%1\"";
|
||||||
|
Styles = (PATCH);
|
||||||
End
|
End
|
||||||
|
|
||||||
// "OpenWith" Windows Registry keys for .odb
|
// "OpenWith" Windows Registry keys for .odb
|
||||||
|
|
Loading…
Reference in a new issue