fix name of client given to audioengine backend (shows up with JACK)

This commit is contained in:
Paul Davis 2015-01-15 13:58:54 -05:00
parent 946c451431
commit 993c020286

View file

@ -679,7 +679,7 @@ EngineStateController::set_new_backend_as_current(const std::string& backend_nam
return true;
}
boost::shared_ptr<AudioBackend> backend = AudioEngine::instance()->set_backend (backend_name, "ardour", "");
boost::shared_ptr<AudioBackend> backend = AudioEngine::instance()->set_backend (backend_name, PROGRAM_NAME, "");
if (backend)
{
if (_current_state != NULL) {