mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2021-09-12 Fred Gleason <fredg@paravelsystems.com>
* Fixed regressions where vestigal accelerator indicators ('&')
remained in in-line strings.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -82,7 +82,7 @@ PickReportDates::PickReportDates(const QString &svcname,QWidget *parent)
|
||||
QPushButton *button=new QPushButton(this);
|
||||
button->setGeometry(260,33,50,27);
|
||||
button->setFont(subButtonFont());
|
||||
button->setText(tr("&Select"));
|
||||
button->setText(tr("Select"));
|
||||
connect(button,SIGNAL(clicked()),this,SLOT(selectStartDateData()));
|
||||
|
||||
//
|
||||
@@ -98,7 +98,7 @@ PickReportDates::PickReportDates(const QString &svcname,QWidget *parent)
|
||||
button=new QPushButton(this);
|
||||
button->setGeometry(260,63,50,27);
|
||||
button->setFont(subButtonFont());
|
||||
button->setText(tr("&Select"));
|
||||
button->setText(tr("Select"));
|
||||
connect(button,SIGNAL(clicked()),this,SLOT(selectEndDateData()));
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user