mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Main website now at audacityteam.org
Forum, wiki and manual were already there. Now the main website is there too.
This commit is contained in:
parent
def823cb40
commit
dcef32f312
@ -207,9 +207,8 @@ void AboutDialog::PopulateAudacityPage( ShuttleGui & S )
|
||||
CreateCreditsList();
|
||||
|
||||
wxString par1Str = _(
|
||||
"Audacity is a free program written by a worldwide team of volunteer <a href=\"http://audacity.sourceforge.net/community/developers\">developers</a>. \
|
||||
We thank <a href=\"http://code.google.com\">Google Code</a> and <a href=\"http://sourceforge.net\">SourceForge</a> for hosting our project. \
|
||||
Audacity is <a href=\"http://audacity.sourceforge.net/download/\">available</a> for Windows, Mac, and GNU/Linux (and other Unix-like systems).");
|
||||
"Audacity is a free program written by a worldwide team of volunteer <a href=\"http://audacityteam.org/about/credits\">developers</a>. \
|
||||
Audacity is <a href=\"http://audacityteam.org/download\">available</a> 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 <a href=\"http://forum.audacityteam.org/\">forum</a>.");
|
||||
wxT("<body bgcolor=\"#ffffff\"><center>") +
|
||||
wxT("<h3>Audacity ") + wxString(AUDACITY_VERSION_STRING) + wxT("</h3>")+
|
||||
_("free, open source, cross-platform software for recording and editing sounds<br>") +
|
||||
wxT("<a href=\"http://audacity.sourceforge.net/\">http://audacity.sourceforge.net/</a>") +
|
||||
wxT("<a href=\"http://audacityteam.org/\">http://audacityteam.org/</a>") +
|
||||
wxT("<p><br>") + par1Str +
|
||||
wxT("<p>") + par2Str +
|
||||
wxT("<h3>") + _("Credits") + wxT("</h3>") +
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user