summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 10:57:27 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 10:57:27 +0000
commit072ce3f617012398b116175f17aedbfad0c7906e (patch)
tree649a13fc8d71c371f2e4c25a5f8a4e53c7e415f5 /scp2
parent6084328e9ce275a0bb31080245629c56405ee282 (diff)
INTEGRATION: CWS vistaready02 (1.10.20); FILE MERGED
2007/01/18 09:59:53 lla 1.10.20.1: #i73589# Wrong Icon in Explorers Detail Pane
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/impress/registryitem_impress.scp14
1 files changed, 11 insertions, 3 deletions
diff --git a/scp2/source/impress/registryitem_impress.scp b/scp2/source/impress/registryitem_impress.scp
index 36af90a0fe62..c69310f929ff 100644
--- a/scp2/source/impress/registryitem_impress.scp
+++ b/scp2/source/impress/registryitem_impress.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: registryitem_impress.scp,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2007-01-02 16:15:37 $
+ * last change: $Author: obo $ $Date: 2007-01-25 11:57:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -842,11 +842,19 @@ RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Shell_New_Command
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
+// RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Shell_Open_Command
+// ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+// ModuleID = gid_Module_Prg_Impress_Bin;
+// Subkey = "opendocument.ImpressDocument.1\shell\open\command";
+// Value = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
+// End
+
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
Subkey = "opendocument.ImpressDocument.1\shell\open\command";
- Value = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
+ Value = "\"<progpath>\program\simpress.exe\" -o \"%1\"";
+ Styles = (PATCH);
End
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Shell_Print_Command