mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 17:43:41 +02:00
2020-02-25 Fred Gleason <fredg@paravelsystems.com>
* Added captioning to the 'Select Cart' dialog.
This commit is contained in:
@@ -90,8 +90,8 @@ MainWidget::MainWidget(RDConfig *c,QWidget *parent)
|
||||
//
|
||||
// Dialogs
|
||||
//
|
||||
panel_cart_dialog=
|
||||
new RDCartDialog(&panel_filter,&panel_group,&panel_schedcode,this);
|
||||
panel_cart_dialog=new RDCartDialog(&panel_filter,&panel_group,
|
||||
&panel_schedcode,"RDCartSlots",this);
|
||||
panel_slot_dialog=new RDSlotDialog(tr("RDCartSlots"),this);
|
||||
panel_cue_dialog=new RDCueEditDialog(rda->cae(),rda->station()->cueCard(),
|
||||
rda->station()->cuePort(),
|
||||
|
Reference in New Issue
Block a user