1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 09:01:12 +01:00

Bug 1597 - Tweak: make version check on welcome user-initiated.

The welcome screen now has an extra prelude for Alphas, and as result no longer needs to force a version check onto our website.  Users can still do that by clicking "check online".

I've also rearranged the version check code a little, so that there is better reuse.  E.g. we can change the URL in just one place in the code.
This commit is contained in:
James Crook
2017-02-28 19:05:06 +00:00
parent 95e5d37042
commit fc42fd9b0d
5 changed files with 36 additions and 18 deletions

View File

@@ -19,6 +19,8 @@
#include "widgets/wxPanelWrapper.h"
extern const wxString VerCheckArgs();
extern const wxString VerCheckUrl();
extern const wxString VerCheckHtml();
class ShuttleGui;