From dcef32f312dc9ba8ad0cbf7d61475e09d135c5cf Mon Sep 17 00:00:00 2001 From: Vaughan Johnson Date: Fri, 24 Apr 2015 08:07:12 +0100 Subject: [PATCH] Main website now at audacityteam.org Forum, wiki and manual were already there. Now the main website is there too. --- src/AboutDialog.cpp | 7 +++---- src/effects/Reverb_libSoX.h | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index 13a2daf21..bed9f73c9 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -207,9 +207,8 @@ void AboutDialog::PopulateAudacityPage( ShuttleGui & S ) CreateCreditsList(); wxString par1Str = _( -"Audacity is a free program written by a worldwide team of volunteer developers. \ -We thank Google Code and SourceForge for hosting our project. \ -Audacity is available for Windows, Mac, and GNU/Linux (and other Unix-like systems)."); +"Audacity is a free program written by a worldwide team of volunteer developers. \ +Audacity is available for Windows, Mac, and GNU/Linux (and other Unix-like systems)."); // This trick here means that the English language version won't mention using // English, whereas all translated versions will. @@ -244,7 +243,7 @@ visit our forum."); wxT("
") + wxT("

Audacity ") + wxString(AUDACITY_VERSION_STRING) + wxT("

")+ _("free, open source, cross-platform software for recording and editing sounds
") + - wxT("http://audacity.sourceforge.net/") + + wxT("http://audacityteam.org/") + wxT("


") + par1Str + wxT("

") + par2Str + wxT("

") + _("Credits") + wxT("

") + diff --git a/src/effects/Reverb_libSoX.h b/src/effects/Reverb_libSoX.h index 57942b0a5..e13325269 100644 --- a/src/effects/Reverb_libSoX.h +++ b/src/effects/Reverb_libSoX.h @@ -4,7 +4,7 @@ Reverb_libSoX.h Stereo reverberation effect from libSoX, - adapted for Audacity (audacity.sourceforge.net) + adapted for Audacity Copyright (c) 2007-2013 robs@users.sourceforge.net Licence: LGPL v2.1