mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2019-10-01 Fred Gleason <fredg@paravelsystems.com>
* Refactored dialogs in the convenience library to use the 'RDDialog' and 'RDWidget' base classes.
This commit is contained in:
@@ -317,7 +317,8 @@ void EditPlayout::activateStationData(int id,bool use_temp)
|
||||
void EditPlayout::selectCutData()
|
||||
{
|
||||
RDCutDialog *cut=
|
||||
new RDCutDialog(&edit_cutname,edit_filter,NULL,NULL,false,false,false,this);
|
||||
new RDCutDialog(&edit_cutname,"RDCatch",edit_filter,NULL,NULL,false,false,
|
||||
false,this);
|
||||
switch(cut->exec()) {
|
||||
case 0:
|
||||
edit_destination_edit->setText(edit_cutname);
|
||||
|
Reference in New Issue
Block a user