mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +02:00
2018-06-12 Fred Gleason <fredg@paravelsystems.com>
* Changed the name of the 'Initial Audio Ports' control to 'Active Audio Ports' in the 'Configure JACK' dialog in rdadmin(1).
This commit is contained in:
@@ -96,12 +96,12 @@ EditJack::EditJack(RDStation *station,QWidget *parent)
|
||||
setAlignment(AlignRight|AlignVCenter|ShowPrefix);
|
||||
|
||||
//
|
||||
// Initial Audio Ports
|
||||
// Active Audio Ports
|
||||
//
|
||||
edit_jack_audio_ports_spin=new QSpinBox(this);
|
||||
edit_jack_audio_ports_spin->setRange(0,24);
|
||||
edit_jack_audio_ports_label=
|
||||
new QLabel(edit_jack_audio_ports_spin,tr("Initial Audio Ports")+":",this);
|
||||
new QLabel(edit_jack_audio_ports_spin,tr("Active Audio Ports")+":",this);
|
||||
edit_jack_audio_ports_label->setFont(font);
|
||||
edit_jack_audio_ports_label->setAlignment(AlignRight|AlignVCenter|ShowPrefix);
|
||||
|
||||
|
Reference in New Issue
Block a user