1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Pass the Version String to Check for Changes page.

This commit is contained in:
James Crook 2015-04-23 23:13:18 +01:00
parent 604a555b13
commit e81e72a035

View File

@ -6177,7 +6177,7 @@ void AudacityProject::OnManual()
void AudacityProject::OnCheckForUpdates() void AudacityProject::OnCheckForUpdates()
{ {
::OpenInDefaultBrowser( wxString( wxT("http://audacityteam.org/download/")) ); ::OpenInDefaultBrowser( wxString( wxT("http://audacityteam.org/download/?from_ver=")) + AUDACITY_VERSION_STRING );
} }
void AudacityProject::OnShowLog() void AudacityProject::OnShowLog()