1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

Missed one in the last commit...

This commit is contained in:
lllucius 2014-12-17 19:22:23 +00:00
parent fe42e881a5
commit 02539ea792

View File

@ -425,7 +425,7 @@ void Meter::OnMouse(wxMouseEvent &evt)
wxMenu *menu = new wxMenu();
// Note: these should be kept in the same order as the enum
if (mIsInput) {
if (gAudioIO->IsMonitoring())
if (mMonitoring)
menu->Append(OnMonitorID, _("Stop Monitoring"));
else
menu->Append(OnMonitorID, _("Start Monitoring"));