mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 15:45:59 +01:00
2019-02-04 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that caused macro carts with the 'Use Event Length for Now & Next Updates' attribute set to fail to use the parent rdlogmanager(1) event/clock duration. * Renamed the 'Use Event Length for Now & Next Updates' checkbox in the 'Edit Cart' dialog in rdlibrary(1) to 'Use RDLogManager Length for PAD Updates'. * Updated the screenshot of the 'Edit Cart' dialog in the Operations Guide.
This commit is contained in:
@@ -506,7 +506,8 @@ EditCart::EditCart(unsigned number,QString *path,bool new_cart,bool profile_rip,
|
||||
rdcart_use_event_length_box->hide();
|
||||
QLabel *rdcart_use_event_length_label=
|
||||
new QLabel(rdcart_use_event_length_box,
|
||||
tr("Use Event Length for Now && Next Updates"),this);
|
||||
tr("Use RDLogManager Length for PAD Updates"),this);
|
||||
// tr("Use Event Length for Now && Next Updates"),this);
|
||||
rdcart_use_event_length_label->setGeometry(350,351,sizeHint().width()-350,19);
|
||||
rdcart_use_event_length_label->setFont(button_font);
|
||||
rdcart_use_event_length_label->setAlignment(Qt::AlignLeft|Qt::TextShowMnemonic);
|
||||
|
||||
Reference in New Issue
Block a user