1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Make Message command into an AudacityCommand.

This commit is contained in:
James Crook
2018-02-14 19:32:39 +00:00
committed by Paul Licameli
parent edf90d6e2c
commit f7fe295651
10 changed files with 41 additions and 63 deletions

View File

@@ -72,7 +72,6 @@ int ExecCommand(wxString *pIn, wxString *pOut)
if (builder.WasValid())
{
AudacityProject *project = GetActiveProject();
//project->SafeDisplayStatusMessage(wxT("Received script command"));
OldStyleCommandPointer cmd = builder.GetCommand();
ScriptCommandRelay::PostCommand(project, cmd);