diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-05-02 11:14:00 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-02-20 00:32:04 +0100 |
commit | 01a72027ba5ead29060999c98f90f340949d055c (patch) | |
tree | 1c7ca843df809ed28627594af496184eb4aea7cc | |
parent | 7fbff2f80cbd972136576b64db3cc9f955db09f0 (diff) |
do not localize Collabora Office URL
Change-Id: I1eb33d3ce649ff8ca1158e96fe6c6bc1a3ab75ea
(cherry picked from commit 9189450fa042526ee5380a2b9004b8a1a32a9e48)
(cherry picked from commit b36267edb632577ca5e6deb219d5da4d5b8e9bef)
-rw-r--r-- | cui/source/dialogs/about.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index 336951b3a7f3..2cac97c59bb0 100644 --- a/cui/source/dialogs/about.cxx +++ b/cui/source/dialogs/about.cxx @@ -119,7 +119,7 @@ IMPL_LINK( AboutDialog, HandleClick, Button*, pButton, void ) else if (pButton == m_pWebsiteButton) { sURL = officecfg::Office::Common::Help::StartCenter::InfoURL::get(); - localizeWebserviceURI(sURL); + // localizeWebserviceURI(sURL); } // If the URL is empty, don't do anything |