[Libreoffice-commits] .: officecfg/registry
Michael Meeks
mmeeks at kemper.freedesktop.org
Wed Dec 8 07:31:30 PST 2010
officecfg/registry/schema/org/openoffice/Office/Common.xcs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit cfb59b983dfad7f9894294bca934cd31db24a630
Author: Michael Meeks <michael.meeks at novell.com>
Date: Wed Dec 8 15:27:39 2010 +0000
make impress templates language neutral to save space
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index a85b598..54893bb 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -1711,7 +1711,7 @@
<author>MBA</author>
<desc>Specifies the templates originate from these folders and sub-folders.</desc>
</info>
- <value oor:separator=":">$(insturl)/share/template/$(vlang):$(userurl)/template</value>
+ <value oor:separator=":">$(insturl)/share/template/$(vlang):$(insturl)/share/template:$(userurl)/template</value>
</prop>
<prop oor:name="UIConfig" oor:type="oor:string-list">
<info>
@@ -1859,7 +1859,7 @@
<info>
<desc>Specifies the default directory where all provided templates are located in folders and sub-folders.</desc>
</info>
- <value oor:separator=":">$(insturl)/share/template/$(vlang):$(userurl)/template</value>
+ <value oor:separator=":">$(insturl)/share/template/$(vlang):$(insturl)/share/template:$(userurl)/template</value>
</prop>
<prop oor:name="UIConfig" oor:type="oor:string-list">
<info>
More information about the Libreoffice-commits
mailing list