mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-26 01:18: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 OnEditChains();
|
||||||
void OnStereoToMono(int index);
|
void OnStereoToMono(int index);
|
||||||
void OnManagePluginsMenu(EffectType Type);
|
void OnManagePluginsMenu(EffectType Type);
|
||||||
void RebuildAllMenuBars();
|
static void RebuildAllMenuBars();
|
||||||
void OnManageGenerators();
|
void OnManageGenerators();
|
||||||
void OnManageEffects();
|
void OnManageEffects();
|
||||||
void OnManageAnalyzers();
|
void OnManageAnalyzers();
|
||||||
|
@ -3039,7 +3039,7 @@ void AudacityProject::OpenFile(const wxString &fileNameArg, bool addtohistory)
|
|||||||
#ifdef EXPERIMENTAL_DRAG_DROP_PLUG_INS
|
#ifdef EXPERIMENTAL_DRAG_DROP_PLUG_INS
|
||||||
// Is it a plug-in?
|
// Is it a plug-in?
|
||||||
if (PluginManager::Get().DropFile(fileName)) {
|
if (PluginManager::Get().DropFile(fileName)) {
|
||||||
this->RebuildAllMenuBars();
|
RebuildAllMenuBars();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
// No, so import.
|
// No, so import.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user