mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2020-08-13 Fred Gleason <fredg@paravelsystems.com>
* Changed the word 'podcast' to 'item' in the item deletion confirmation in the 'Podcast Item List' dialog in rdcastmanager(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -20233,3 +20233,6 @@
|
|||||||
2020-08-13 Fred Gleason <fredg@paravelsystems.com>
|
2020-08-13 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Changed the name of the 'List Log' dialog in rdcastmanager(1)
|
* Changed the name of the 'List Log' dialog in rdcastmanager(1)
|
||||||
to 'List Log Events'.
|
to 'List Log Events'.
|
||||||
|
2020-08-13 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Changed the word 'podcast' to 'item' in the item deletion
|
||||||
|
confirmation in the 'Podcast Item List' dialog in rdcastmanager(1).
|
||||||
|
|||||||
@@ -372,15 +372,15 @@ void ListCasts::deleteData()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
unsigned cast_id=item->id();
|
unsigned cast_id=item->id();
|
||||||
if(QMessageBox::question(this,"RDCastManager - "+tr("Delete Podcast"),
|
if(QMessageBox::question(this,"RDCastManager - "+tr("Delete Item"),
|
||||||
tr("Are you sure you want to delete this podcast?"),
|
tr("Are you sure you want to delete this item?"),
|
||||||
QMessageBox::Yes,QMessageBox::No)==
|
QMessageBox::Yes,QMessageBox::No)==
|
||||||
QMessageBox::No) {
|
QMessageBox::No) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
QProgressDialog *pd=
|
QProgressDialog *pd=
|
||||||
new QProgressDialog(tr("Deleting Podcast..."),"Cancel",0,2,this);
|
new QProgressDialog(tr("Deleting Item..."),"Cancel",0,2,this);
|
||||||
pd->setWindowTitle(tr("Progress"));
|
pd->setWindowTitle(tr("Progress"));
|
||||||
pd->setCancelButton(NULL);
|
pd->setCancelButton(NULL);
|
||||||
pd->setMinimumDuration(0);
|
pd->setMinimumDuration(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user