13
0

fix name of control app for Delta1010

This commit is contained in:
Paul Davis 2013-09-09 21:35:47 -04:00
parent 2a89234027
commit bea5434639

View File

@ -976,7 +976,7 @@ JACKAudioBackend::control_app_name () const
if (_target_device == "Hammerfall DSP") {
appname = "hdspconf";
} else if (_target_device == "M Audio Delta 1010") {
appname = "mudita";
appname = "mudita24";
}
}
} else {