mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
Automation -> Scripting.
This commit is contained in:
committed by
Paul Licameli
parent
08b1db6145
commit
0ad533a740
@@ -144,7 +144,7 @@ wxDialog *AudacityCommand::CreateUI(wxWindow *parent, AudacityCommand * WXUNUSED
|
||||
|
||||
bool AudacityCommand::GetAutomationParameters(wxString & parms)
|
||||
{
|
||||
CommandAutomationParameters eap;
|
||||
CommandParameters eap;
|
||||
|
||||
if (mUIDialog && !TransferDataFromWindow())
|
||||
{
|
||||
@@ -163,7 +163,7 @@ bool AudacityCommand::SetAutomationParameters(const wxString & parms)
|
||||
{
|
||||
wxString preset = parms;
|
||||
|
||||
CommandAutomationParameters eap(parms);
|
||||
CommandParameters eap(parms);
|
||||
ShuttleSetAutomation S;
|
||||
|
||||
S.SetForWriting( &eap );
|
||||
|
Reference in New Issue
Block a user