diff --git a/ChangeLog b/ChangeLog index ca339e1a..3dc49427 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19074,3 +19074,6 @@ * Remove deleted scheduler codes from rdlogmanager(1) events. * Changed empty scheduler code selection from "" to "[none]" in rdlogmanager(1) event editor. +2019-09-02 Fred Gleason + * Removed text labels from the transport button in the cue + editor in rdairplay(1). diff --git a/lib/librd_cs.ts b/lib/librd_cs.ts index 5e3a5c13..cd4ce2a7 100644 --- a/lib/librd_cs.ts +++ b/lib/librd_cs.ts @@ -1239,18 +1239,6 @@ ze &souboru RDCueEdit - - &Audition - - - - &Pause - - - - &Stop - - Start diff --git a/lib/librd_de.ts b/lib/librd_de.ts index 16b5bd26..661161f1 100644 --- a/lib/librd_de.ts +++ b/lib/librd_de.ts @@ -1230,18 +1230,6 @@ senden RDCueEdit - - &Audition - - - - &Pause - - - - &Stop - - Start diff --git a/lib/librd_es.ts b/lib/librd_es.ts index cd065c63..0b1b7f7f 100644 --- a/lib/librd_es.ts +++ b/lib/librd_es.ts @@ -1230,18 +1230,6 @@ Color RDCueEdit - - &Audition - - - - &Pause - - - - &Stop - - Start diff --git a/lib/librd_fr.ts b/lib/librd_fr.ts index 3db0a25a..3460176b 100644 --- a/lib/librd_fr.ts +++ b/lib/librd_fr.ts @@ -1116,17 +1116,13 @@ La Couleur RDCueEdit - - &Audition - - &Pause - &Pause + &Pause &Stop - &Stop + &Stop Start diff --git a/lib/librd_nb.ts b/lib/librd_nb.ts index 79858fc7..a3c5b201 100644 --- a/lib/librd_nb.ts +++ b/lib/librd_nb.ts @@ -1229,18 +1229,6 @@ farge RDCueEdit - - &Audition - - - - &Pause - - - - &Stop - - Start diff --git a/lib/librd_nn.ts b/lib/librd_nn.ts index 79858fc7..a3c5b201 100644 --- a/lib/librd_nn.ts +++ b/lib/librd_nn.ts @@ -1229,18 +1229,6 @@ farge RDCueEdit - - &Audition - - - - &Pause - - - - &Stop - - Start diff --git a/lib/librd_pt_BR.ts b/lib/librd_pt_BR.ts index ebd44143..2ab041c8 100644 --- a/lib/librd_pt_BR.ts +++ b/lib/librd_pt_BR.ts @@ -1230,18 +1230,6 @@ Cor RDCueEdit - - &Audition - - - - &Pause - - - - &Stop - - Start diff --git a/lib/rdcueedit.cpp b/lib/rdcueedit.cpp index 65cb77f8..a1850f8d 100644 --- a/lib/rdcueedit.cpp +++ b/lib/rdcueedit.cpp @@ -118,7 +118,7 @@ RDCueEdit::RDCueEdit(RDCae *cae,int card,int port,QWidget *parent) edit_audition_button-> setPalette(QPalette(backgroundColor(),QColor(Qt::gray))); edit_audition_button->setFont(button_font); - edit_audition_button->setText(tr("&Audition")); + // edit_audition_button->setText(tr("&Audition")); connect(edit_audition_button,SIGNAL(clicked()), this,SLOT(auditionButtonData())); @@ -130,7 +130,7 @@ RDCueEdit::RDCueEdit(RDCae *cae,int card,int port,QWidget *parent) edit_pause_button-> setPalette(QPalette(backgroundColor(),QColor(Qt::gray))); edit_pause_button->setFont(button_font); - edit_pause_button->setText(tr("&Pause")); + // edit_pause_button->setText(tr("&Pause")); connect(edit_pause_button,SIGNAL(clicked()),this,SLOT(pauseButtonData())); // @@ -142,7 +142,7 @@ RDCueEdit::RDCueEdit(RDCae *cae,int card,int port,QWidget *parent) edit_stop_button-> setPalette(QPalette(backgroundColor(),QColor(Qt::gray))); edit_stop_button->setFont(button_font); - edit_stop_button->setText(tr("&Stop")); + // edit_stop_button->setText(tr("&Stop")); connect(edit_stop_button,SIGNAL(clicked()),this,SLOT(stopButtonData())); //