diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-05-02 11:14:00 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-05-02 11:14:00 +0200 |
commit | 9189450fa042526ee5380a2b9004b8a1a32a9e48 (patch) | |
tree | fef27348c72fa41c955439f1c7602f889722e6fe /cui | |
parent | cf98799fff7ae999bd62cec6486c986bf44000cc (diff) |
do not localize Collabora Office URL
Change-Id: I1eb33d3ce649ff8ca1158e96fe6c6bc1a3ab75ea
Diffstat (limited to 'cui')
-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 4121887933ff..12be71652ebe 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 |