1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-22 00:35:48 +01: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"));