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 | 474bcda10c39dc9591a664b8ddfc1658132526da (patch) | |
tree | 47192742e07878f3b5fc7c8a056a1bbec03b2b6a /dbaccess | |
parent | fd9fa01e6993f959b62db04874bb1ccbdd7f2c35 (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
Diffstat (limited to 'dbaccess')
-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 425976d61de4..47b77106cd3e 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 |