[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - cui/source

Andras Timar andras.timar at collabora.com
Mon May 2 09:05:31 UTC 2016


 cui/source/dialogs/about.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9189450fa042526ee5380a2b9004b8a1a32a9e48
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon May 2 11:14:00 2016 +0200

    do not localize Collabora Office URL
    
    Change-Id: I1eb33d3ce649ff8ca1158e96fe6c6bc1a3ab75ea

diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index 4121887..12be716 100644
--- a/cui/source/dialogs/about.cxx
+++ b/cui/source/dialogs/about.cxx
@@ -127,7 +127,7 @@ IMPL_LINK( AboutDialog, HandleClick, PushButton*, pButton )
     else if ( aDialogButton == WEBSITE_BUTTON )
     {
         sURL = officecfg::Office::Common::Help::StartCenter::InfoURL::get();
-        localizeWebserviceURI(sURL);
+        // localizeWebserviceURI(sURL);
     }
 
     // If the URL is empty, don't do anything


More information about the Libreoffice-commits mailing list