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:
parent
604a555b13
commit
e81e72a035
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user