[Libreoffice-commits] .: dbaccess/source
Thorsten Behrens
thorsten at kemper.freedesktop.org
Tue Oct 19 09:19:12 PDT 2010
dbaccess/source/ui/dlg/ExtensionNotPresent.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1b46c80f2d736362a5918951e264aca59b99e5b5
Author: Thorsten Behrens <tbehrens at novell.com>
Date: Tue Oct 19 16:10:38 2010 +0200
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
diff --git a/dbaccess/source/ui/dlg/ExtensionNotPresent.cxx b/dbaccess/source/ui/dlg/ExtensionNotPresent.cxx
index a3f1a37..ff1f640 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
More information about the Libreoffice-commits
mailing list