summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-10-19 16:10:39 +0200
committerThorsten Behrens <tbehrens@novell.com>2010-10-19 18:05:39 +0200
commit5e659c255518a632ee3e32b9711c730537976a5c (patch)
tree25ae0b58a8a148dee3a84d8146ebc88e74114029 /setup_native
parent9b04df1f7722f468cc6c065f0d738ecddcd44152 (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 'setup_native')
-rw-r--r--setup_native/source/win32/customactions/relnotes/relnotes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/source/win32/customactions/relnotes/relnotes.cxx b/setup_native/source/win32/customactions/relnotes/relnotes.cxx
index 5a67ba1cfa68..48aaf9b417bd 100644
--- a/setup_native/source/win32/customactions/relnotes/relnotes.cxx
+++ b/setup_native/source/win32/customactions/relnotes/relnotes.cxx
@@ -175,7 +175,7 @@ extern "C" UINT __stdcall ShowSurveyAfter( MSIHANDLE handle )
aExecInf.cbSize = sizeof( aExecInf );
aExecInf.fMask = SEE_MASK_FLAG_DDEWAIT | SEE_MASK_FLAG_NO_UI;
aExecInf.lpVerb = TEXT("open");
- aExecInf.lpFile = TEXT("http://surveys.services.openoffice.org/deinstall");
+ aExecInf.lpFile = TEXT("http://surveys.libreoffice.org/deinstall");
aExecInf.lpDirectory = NULL;
aExecInf.nShow = SW_SHOWNORMAL;