sfx2/source/dialog/backingwindow.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 15316b18a681d2bb7c3e9f03483eb760f5925f58
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Mon Jun 5 14:02:50 2023 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Mon Jun 5 14:15:44 2023 +0200

    [cp] Let's use our ReleaseNotesURL here, too
    
    Change-Id: Iad11921bc11d59a9f47122a3deb75cebe3aa90b6

diff --git a/sfx2/source/dialog/backingwindow.cxx 
b/sfx2/source/dialog/backingwindow.cxx
index d7889dd87913..4665e6dae23b 100644
--- a/sfx2/source/dialog/backingwindow.cxx
+++ b/sfx2/source/dialog/backingwindow.cxx
@@ -124,8 +124,8 @@ public:
     {
         if (rMEvt.IsLeft())
         {
-            OUString sURL = 
officecfg::Office::Common::Menus::VolunteerURL::get();
-            localizeWebserviceURI(sURL);
+            OUString sURL = 
officecfg::Office::Common::Menus::ReleaseNotesURL::get();
+            // localizeWebserviceURI(sURL);
 
             Reference<css::system::XSystemShellExecute> const 
xSystemShellExecute(
                 css::system::SystemShellExecute::create(

Reply via email to