diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-12-16 14:08:38 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-12-16 14:29:13 +0100 |
commit | dac89858f63c0f9527f11ad3a6c8b5ea16053c85 (patch) | |
tree | ef1da3fd7966179c685963acd48f3151487ec865 /officecfg | |
parent | 32f07ecc8e57a95c5da0ef4f137644c808d71305 (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.xcu | 3 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Setup.xcs | 7 |
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> |