summaryrefslogtreecommitdiff
path: root/scp2/source/base
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-15 12:36:16 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-15 12:36:16 +0000
commitcba8a55eb205fc4d525e80a242745f8270e53f40 (patch)
treeb5936545a625f785d248db3fc5260ee43a402132 /scp2/source/base
parent4493317b3b4eb7a68676e2b24dfb8945b5a8c6fa (diff)
INTEGRATION: CWS native106 (1.6.238); FILE MERGED
2007/08/14 14:11:36 is 1.6.238.1: #i78125# starting apps from command line
Diffstat (limited to 'scp2/source/base')
-rw-r--r--scp2/source/base/registryitem_base.scp19
1 files changed, 17 insertions, 2 deletions
diff --git a/scp2/source/base/registryitem_base.scp b/scp2/source/base/registryitem_base.scp
index f88962afbb45..a658b939e1e9 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2007-01-25 11:56:47 $
+ * last change: $Author: vg $ $Date: 2007-10-15 13:36:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -142,3 +142,18 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Value = "opendocument.ImpressDocument.1";
Styles = (PATCH);
End
+
+RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Apppaths_Sbase_Exe
+ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
+ Subkey = "Software\Microsoft\Windows\CurrentVersion\App Paths\sbase.exe";
+ ModuleID = gid_Module_Prg_Base_Bin;
+ Value = "<progpath>\program\sbase.exe";
+End
+
+RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Apppaths_Sbase_Exepath
+ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
+ Subkey = "Software\Microsoft\Windows\CurrentVersion\App Paths\sbase.exe";
+ ModuleID = gid_Module_Prg_Base_Bin;
+ Name = "Path";
+ Value = "<progpath>";
+End