[Summary] Turni the “Error activating device message” to Tracks Like style.

This commit is contained in:
Valeriy Kamyshniy 2015-02-13 21:25:03 +02:00
parent aad0d77314
commit 9fdb3697f2

View file

@ -1286,8 +1286,9 @@ TracksControlPanel::device_changed ()
// restore previous device name in combo box
_device_dropdown.set_text (EngineStateController::instance()->get_current_device_name() );
}
MessageDialog( _("Error activating selected device"), PROGRAM_NAME).run();
set_keep_above (false);
WavesMessageDialog (PROGRAM_NAME, _("Error activating selected device.")).run();
set_keep_above (true);
}
void