summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 10:57:14 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 10:57:14 +0000
commit6084328e9ce275a0bb31080245629c56405ee282 (patch)
tree7f161751b909c6d45c1a100be3829e1c968cb8c3 /scp2
parentdd9d25a5697acd0fd069a4e3f111182b5712c4ce (diff)
INTEGRATION: CWS vistaready02 (1.11.20); FILE MERGED
2007/01/18 09:59:31 lla 1.11.20.1: #i73589# Wrong Icon in Explorers Detail Pane
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/draw/registryitem_draw.scp14
1 files changed, 11 insertions, 3 deletions
diff --git a/scp2/source/draw/registryitem_draw.scp b/scp2/source/draw/registryitem_draw.scp
index cb437dd1fab3..b93ba926cd4f 100644
--- a/scp2/source/draw/registryitem_draw.scp
+++ b/scp2/source/draw/registryitem_draw.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: registryitem_draw.scp,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2007-01-02 16:15:24 $
+ * last change: $Author: obo $ $Date: 2007-01-25 11:57:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -760,11 +760,19 @@ RegistryItem gid_Regitem_Openoffice_Drawdocument_1_Shell_New_Command
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
+// RegistryItem gid_Regitem_Openoffice_Drawdocument_1_Shell_Open_Command
+// ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+// ModuleID = gid_Module_Prg_Draw_Bin;
+// Subkey = "opendocument.DrawDocument.1\shell\open\command";
+// Value = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
+// End
+
RegistryItem gid_Regitem_Openoffice_Drawdocument_1_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
Subkey = "opendocument.DrawDocument.1\shell\open\command";
- Value = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
+ Value = "\"<progpath>\program\sdraw.exe\" -o \"%1\"";
+ Styles = (PATCH);
End
RegistryItem gid_Regitem_Openoffice_Drawdocument_1_Shell_Print_Command