mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-17 17:17:42 +02:00
2020-08-13 Fred Gleason <fredg@paravelsystems.com>
* Titled the audio selector dialog in rdcastmanager(1) 'Select Audio File'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
70bbfb63e8
commit
f63b5f1bcf
@ -20236,3 +20236,6 @@
|
|||||||
2020-08-13 Fred Gleason <fredg@paravelsystems.com>
|
2020-08-13 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Changed the word 'podcast' to 'item' in the item deletion
|
* Changed the word 'podcast' to 'item' in the item deletion
|
||||||
confirmation in the 'Podcast Item List' dialog in rdcastmanager(1).
|
confirmation in the 'Podcast Item List' dialog in rdcastmanager(1).
|
||||||
|
2020-08-13 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Titled the audio selector dialog in rdcastmanager(1)
|
||||||
|
'Select Audio File'.
|
||||||
|
@ -270,7 +270,9 @@ void ListCasts::addCartData()
|
|||||||
void ListCasts::addFileData()
|
void ListCasts::addFileData()
|
||||||
{
|
{
|
||||||
QString srcfile=
|
QString srcfile=
|
||||||
QFileDialog::getOpenFileName(this,"RDCastManager","",RD_AUDIO_FILE_FILTER);
|
QFileDialog::getOpenFileName(this,"RDCastManager - "+
|
||||||
|
tr("Select Audio File"),"",
|
||||||
|
RD_AUDIO_FILE_FILTER);
|
||||||
if(srcfile.isNull()) {
|
if(srcfile.isNull()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user