mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
Accessible version of Audacity 2.1.1 (for Mac OSX)
These changes are to indicate that this is the vi compiled version. Note that I did not change the string in version.h so as to preserve compatibility with the mainstream 2.1.1.
This commit is contained in:
@@ -246,7 +246,7 @@ visit our <a href=\"http://forum.audacityteam.org/\">forum</a>.");
|
||||
localeStr +
|
||||
wxT("\"></head>") +
|
||||
wxT("<body bgcolor=\"#ffffff\"><center>") +
|
||||
wxT("<h3>Audacity ") + wxString(AUDACITY_VERSION_STRING) + wxT("</h3>")+
|
||||
wxT("<h3>Audacity ") + wxString(AUDACITY_VERSION_STRING) + wxT("-vi </h3>")+
|
||||
_("free, open source, cross-platform software for recording and editing sounds<br>") +
|
||||
wxT("<a href=\"http://audacityteam.org/\">http://audacityteam.org/</a>") +
|
||||
wxT("<p><br>") + par1Str +
|
||||
|
||||
@@ -187,7 +187,7 @@ static wxString HelpTextBuiltIn( const wxString & Key )
|
||||
return WrapText(
|
||||
wxString(wxT("")) +
|
||||
_("<center><h3>How to Get Help</h3></center>") +
|
||||
_("Welcome to Audacity ") + AUDACITY_VERSION_STRING + wxT("!<p>") +
|
||||
_("Welcome to Audacity ") + AUDACITY_VERSION_STRING + wxT("-vi!<p>") +
|
||||
_("These are our support methods:") + wxT("</p>") + wxT("<ul><li>") +
|
||||
_(" [[file:quick_help.html|Quick Help]] (should be installed locally, <a href=\"http://manual.audacityteam.org/o/quick_help.html\">Internet version if it isn't</a>)") + wxT("</li><li>") +
|
||||
_(" [[file:index.html|Manual]] (should be installed locally, <a href=\"http://manual.audacityteam.org/o/\">Internet version if it isn't</a>)") + wxT("</li><li>") +
|
||||
|
||||
@@ -1022,7 +1022,7 @@ AudacityProject::AudacityProject(wxWindow * parent, wxWindowID id,
|
||||
|
||||
int widths[] = {0, GetControlToolBar()->WidthForStatusBar(mStatusBar), -1, 150};
|
||||
mStatusBar->SetStatusWidths(4, widths);
|
||||
wxString msg = wxString::Format(_("Welcome to Audacity version %s"),
|
||||
wxString msg = wxString::Format(_("Welcome to Audacity version %s-vi"),
|
||||
AUDACITY_VERSION_STRING);
|
||||
mStatusBar->SetStatusText(msg, mainStatusBarField);
|
||||
mStatusBar->SetStatusText(GetControlToolBar()->StateForStatusBar(), stateStatusBarField);
|
||||
|
||||
Reference in New Issue
Block a user