diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2010-10-19 16:10:38 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2010-10-19 16:10:38 +0200 |
commit | 1b46c80f2d736362a5918951e264aca59b99e5b5 (patch) | |
tree | 170702dbe848366b47885c0af83aa8e7b0c94504 | |
parent | 4b665e7a7b4b8c16fba323025ead225084b163fb (diff) |
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
-rw-r--r-- | dbaccess/source/ui/dlg/ExtensionNotPresent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |