Backend - change midi optons string.
[ardour.git] / libs / backends / jack / jack_utils.cc
index 727ff90bc83d6a94de525803b9fa4d34c05613fa..c6cbf0fc690a34815e88b9de03aa09e4b9b4a69d 100644 (file)
@@ -951,7 +951,7 @@ ARDOUR::enumerate_midi_options ()
                /* Windows folks: what name makes sense here? Are there other
                   choices as well ?
                */
-               midi_options.push_back (make_pair (_("Multimedia Extension"), winmme_midi_driver_name));
+               midi_options.push_back (make_pair (_("System MIDI (MME)"), winmme_midi_driver_name));
 #endif
 #ifdef __APPLE__
                midi_options.push_back (make_pair (_("CoreMIDI"), coremidi_midi_driver_name));