mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-24 06:10:09 +01:00
Campbell Barton's patch to turn many, many tabs to our 3-space convenbtion
This commit is contained in:
@@ -583,7 +583,7 @@ AudioIO::AudioIO()
|
||||
errStr += _("Error: ") + pmErrStr;
|
||||
// XXX: we are in libaudacity, popping up dialogs not allowed! A
|
||||
// long-term solution will probably involve exceptions
|
||||
wxMessageBox(errStr, _("Error Initializing Midi"), wxICON_ERROR|wxOK);
|
||||
wxMessageBox(errStr, _("Error Initializing Midi"), wxICON_ERROR|wxOK);
|
||||
|
||||
// Same logic for PortMidi as described above for PortAudio
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user