summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 10:57:40 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 10:57:40 +0000
commitbd27783933041ede1e161e6c87babb10bbb27826 (patch)
tree47d13bd3a6fea565d17eb0743da7d2af9db964a0 /scp2
parent072ce3f617012398b116175f17aedbfad0c7906e (diff)
INTEGRATION: CWS vistaready02 (1.10.20); FILE MERGED
2007/01/18 10:00:29 lla 1.10.20.1: #i73589# Wrong Icon in Explorers Detail Pane
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/math/registryitem_math.scp14
1 files changed, 11 insertions, 3 deletions
diff --git a/scp2/source/math/registryitem_math.scp b/scp2/source/math/registryitem_math.scp
index 51fa53440f5a..a88d714469dd 100644
--- a/scp2/source/math/registryitem_math.scp
+++ b/scp2/source/math/registryitem_math.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: registryitem_math.scp,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2007-01-02 16:15:51 $
+ * last change: $Author: obo $ $Date: 2007-01-25 11:57:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -686,11 +686,19 @@ RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Shell_New_Command
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
+// RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Shell_Open_Command
+// ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+// ModuleID = gid_Module_Prg_Math_Bin;
+// Subkey = "opendocument.MathDocument.1\shell\open\command";
+// Value = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
+// End
+
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
Subkey = "opendocument.MathDocument.1\shell\open\command";
- Value = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
+ Value = "\"<progpath>\program\smath.exe\" -o \"%1\"";
+ Styles = (PATCH);
End
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Shell_Print_Command