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

Changed the conditional compilation for alpha/beta/release...

... In particular, don't put the extra information in MIDI device info for Beta

But still link to the Alpha manual.
This commit is contained in:
Paul Licameli
2017-09-11 00:08:31 -04:00
parent 5a29660266
commit 954a974422
5 changed files with 35 additions and 16 deletions

View File

@@ -3498,6 +3498,7 @@ wxString AudioIO::GetMidiDeviceInfo()
s << wxT("No MIDI playback device found for '") << playDevice << wxT("'.") << e;
}
// Mention our conditional compilation flags for Alpha only
#ifdef IS_ALPHA
s << wxT("==============================") << e;