summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-09-19 13:36:28 +0300
committerAndras Timar <andras.timar@collabora.com>2015-05-17 14:22:12 +0200
commit8e30ebd205220c4561b8b0d098c06dbda1f69796 (patch)
tree08f41f6dd5736b3c923ef483d7ae7eb178d5d302 /cui
parente3d0ca440cfe5573efbdb658f659e1a7bef19e0a (diff)
Collabora specific URLs
Conflicts: scp2/source/ooo/registryitem_ooo.scp Change-Id: I5a16033851fd1e8441d451f14295e0c8d664d001
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/about.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index 2c39df8e2c1d..e102e82bddf4 100644
--- a/cui/source/dialogs/about.cxx
+++ b/cui/source/dialogs/about.cxx
@@ -110,7 +110,16 @@ IMPL_LINK( AboutDialog, HandleClick, PushButton*, pButton )
else if ( aDialogButton == WEBSITE_BUTTON )
{
sURL = officecfg::Office::Common::Help::StartCenter::InfoURL::get();
+#if defined MACOSX && HAVE_FEATURE_MACOSX_SANDBOX
+ sURL += "lofc-mac-app-store/";
+#endif
+
+#if 0 // In this branch the URL is on
+ // libreoffice-from-collabora.com, which does not offer
+ // localized pages, or automatic redirection to an English
+ // page if a localized one does not exist. I think.
localizeWebserviceURI(sURL);
+#endif
}
// If the URL is empty, don't do anything