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:
@@ -19,6 +19,8 @@
|
||||
#include "widgets/wxPanelWrapper.h"
|
||||
|
||||
extern const wxString VerCheckArgs();
|
||||
extern const wxString VerCheckUrl();
|
||||
extern const wxString VerCheckHtml();
|
||||
|
||||
class ShuttleGui;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user