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:
Fred Gleason
2019-02-04 10:25:59 -05:00
parent b4aff63e08
commit c83b170e6d
11 changed files with 45 additions and 30 deletions

View File

@@ -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);