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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user