From 1b46c80f2d736362a5918951e264aca59b99e5b5 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Tue, 19 Oct 2010 16:10:38 +0200 Subject: Switch all urls from TDF to LibreOffice Additionally, fixes fdo#30667 with new about dialog text, and a link to http://libreoffice.org/credits.html --- dbaccess/source/ui/dlg/ExtensionNotPresent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbaccess/source/ui/dlg/ExtensionNotPresent.cxx b/dbaccess/source/ui/dlg/ExtensionNotPresent.cxx index a3f1a3725..ff1f6407d 100644 --- a/dbaccess/source/ui/dlg/ExtensionNotPresent.cxx +++ b/dbaccess/source/ui/dlg/ExtensionNotPresent.cxx @@ -200,7 +200,7 @@ IMPL_LINK( OExtensionNotPresentDialog, Download_Click, PushButton*, EMPTYARG ) if (suDownloadURL.getLength() == 0) { // fallback - suDownloadURL = UNISTRING("http://extensions.documentfoundation.org"); + suDownloadURL = UNISTRING("http://extensions.libreoffice.org"); } // open such URL in a browser -- cgit v1.2.3