diff options
author | Bryan Gazali <byg4299@gmail.com> | 2020-10-03 01:46:48 -0400 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2020-10-28 19:08:05 +0100 |
commit | 2048a5afc9b1c6340cea594c4ead75914b358e74 (patch) | |
tree | d6252cf796e009faba76da39de8e1c906eca6342 /officecfg | |
parent | 9350b162c3432ca3f160ce6b86cc50a00eb7de0a (diff) |
tdf#125379 updated javainteractionhandler.cxx to add a link for the JRE missing warning
Change-Id: Iac940b24a9fbe914af46fe928b758ad962d3d3e0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103881
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 3 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 2ae05c749fc6..e4c3fca51f7e 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -376,6 +376,9 @@ <prop oor:name="ReleaseNotesURL" oor:type="xs:string"> <value>https://hub.libreoffice.org/ReleaseNotes/</value> </prop> + <prop oor:name="InstallJavaURL" oor:type="xs:string"> + <value>https://hub.libreoffice.org/InstallJava/</value> + </prop> </node> <node oor:name="Forms"> <node oor:name="ControlLayout"> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index f0420ec158cd..02e62d950ed2 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2131,6 +2131,11 @@ <desc>Specifies the URL used with the UNO command WhatsNew (SID_WHATSNEW).</desc> </info> </prop> + <prop oor:name="InstallJavaURL" oor:type="xs:string" oor:nillable="false"> + <info> + <desc>Specifies the URL used for Install Java message box.</desc> + </info> + </prop> </group> <group oor:name="History"> <!-- OldLocation: soffice.ini --> |