mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-25 08:58:06 +02:00
AudacityProject::RebuildAllMenuBars is static
This commit is contained in:
parent
3769fdea0e
commit
1f7b62f056
@ -490,7 +490,7 @@ void OnApplyChain();
|
||||
void OnEditChains();
|
||||
void OnStereoToMono(int index);
|
||||
void OnManagePluginsMenu(EffectType Type);
|
||||
void RebuildAllMenuBars();
|
||||
static void RebuildAllMenuBars();
|
||||
void OnManageGenerators();
|
||||
void OnManageEffects();
|
||||
void OnManageAnalyzers();
|
||||
|
@ -3039,7 +3039,7 @@ void AudacityProject::OpenFile(const wxString &fileNameArg, bool addtohistory)
|
||||
#ifdef EXPERIMENTAL_DRAG_DROP_PLUG_INS
|
||||
// Is it a plug-in?
|
||||
if (PluginManager::Get().DropFile(fileName)) {
|
||||
this->RebuildAllMenuBars();
|
||||
RebuildAllMenuBars();
|
||||
}
|
||||
else
|
||||
// No, so import.
|
||||
|
Loading…
x
Reference in New Issue
Block a user