1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

Move DoHelpWelcome out of HelpMenus

This commit is contained in:
Paul Licameli
2019-06-12 23:51:23 -04:00
parent 2d11e6bda9
commit f8c40dc8e7
5 changed files with 12 additions and 12 deletions

View File

@@ -1544,7 +1544,7 @@ bool AudacityApp::OnInit()
// Mainly this is to tell users of ALPHAS who don't know that they have an ALPHA.
// Disabled for now, after discussion.
// project->MayCheckForUpdates();
HelpActions::DoHelpWelcome(*project);
SplashDialog::DoHelpWelcome(*project);
}
#ifdef USE_FFMPEG