mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Move DoHelpWelcome out of HelpMenus
This commit is contained in:
@@ -21,6 +21,9 @@ class HtmlWindow;
|
||||
class SplashDialog final : public wxDialogWrapper {
|
||||
DECLARE_DYNAMIC_CLASS(SplashDialog)
|
||||
public:
|
||||
|
||||
static void DoHelpWelcome( AudacityProject &project );
|
||||
|
||||
SplashDialog(wxWindow * parent);
|
||||
virtual ~ SplashDialog();
|
||||
void OnOK(wxCommandEvent & event);
|
||||
|
||||
Reference in New Issue
Block a user