diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-12-08 15:27:39 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-12-08 15:27:39 +0000 |
commit | edd922ee83914c3178528c081ec01a7f3439c456 (patch) | |
tree | f24bf4f5cd4f74d744f64b2052cb24e156513517 /officecfg | |
parent | 2cf8fbb08f74bb2952841a3d85effe536b2d85a8 (diff) |
make impress templates language neutral to save space
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index a85b598f0375..54893bb26b75 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> |