summaryrefslogtreecommitdiff
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:11:56 +0100
commit8c7ca43f690b12043d78a698f622eb565f305782 (patch)
tree0b9cbc248ec2e88c93230c6d9420bfc74e33e95e /officecfg
parent6154616e19afce828fc49ed7668081035477d760 (diff)
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>