summaryrefslogtreecommitdiffstats
path: root/officecfg
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-12-16 14:08:38 +0100
committerPetr Mladek <pmladek@suse.cz>2011-12-16 14:29:13 +0100
commitdac89858f63c0f9527f11ad3a6c8b5ea16053c85 (patch)
treeef1da3fd7966179c685963acd48f3151487ec865 /officecfg
parentTrying to get the linking with internal zlib right (diff)
downloadcore-dac89858f63c0f9527f11ad3a6c8b5ea16053c85.tar.gz
core-dac89858f63c0f9527f11ad3a6c8b5ea16053c85.zip
add version suffix (beta1) to about dialog
configurable at build time via ABOUTBOXPRODUCTVERSIONSUFFIX in instsetoo_native/util/openoffice.lst configurable at runtime via registry/data/org/openoffice/Setup.xcu and ooSetupVersionAboutBoxSuffix property
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Setup.xcu3
-rw-r--r--officecfg/registry/schema/org/openoffice/Setup.xcs7
2 files changed, 10 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu
index fc7affa664ea..c44609945aea 100644
--- a/officecfg/registry/data/org/openoffice/Setup.xcu
+++ b/officecfg/registry/data/org/openoffice/Setup.xcu
@@ -37,6 +37,9 @@
<prop oor:name="ooSetupVersionAboutBox">
<value>${ABOUTBOXPRODUCTVERSION}</value>
</prop>
+ <prop oor:name="ooSetupVersionAboutBoxSuffix">
+ <value>${ABOUTBOXPRODUCTVERSIONSUFFIX}</value>
+ </prop>
<prop oor:name="ooVendor">
<value>${OOOVENDOR}</value>
</prop>
diff --git a/officecfg/registry/schema/org/openoffice/Setup.xcs b/officecfg/registry/schema/org/openoffice/Setup.xcs
index 62d3fdcce85d..f6ac667d6c89 100644
--- a/officecfg/registry/schema/org/openoffice/Setup.xcs
+++ b/officecfg/registry/schema/org/openoffice/Setup.xcs
@@ -267,6 +267,13 @@
</info>
<value/>
</prop>
+ <prop oor:name="ooSetupVersionAboutBoxSuffix" oor:type="xs:string">
+ <info>
+ <author>PMLADEK</author>
+ <desc>Specifies the version suffix (beta1, rc2) of the product that appears only on the about box.</desc>
+ </info>
+ <value/>
+ </prop>
<prop oor:name="ooVendor" oor:type="xs:string">
<info>
<author>IHI</author>