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/registry/data | |
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/registry/data')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 3 |
1 files changed, 3 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"> |