mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
[Summary] Turni the “Error activating device message” to Tracks Like style.
This commit is contained in:
parent
aad0d77314
commit
9fdb3697f2
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue