mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2021-03-08 Fred Gleason <fredg@paravelsystems.com>
* Removed Qt3-style accelerators from rdadmin(1). * Removed Qt3-style accelerators from rdairplay(1). * Removed Qt3-style accelerators from rdcastmanager(1). * Removed Qt3-style accelerators from rdcatch(1). * Removed Qt3-style accelerators from rdlibrary(1). * Removed Qt3-style accelerators from rdlogedit(1). * Removed Qt3-style accelerators from rdlogin(1). * Removed Qt3-style accelerators from rdlogmanager(1). * Removed Qt3-style accelerators from rdselect(1). * Removed Qt3-style accelerators from rddbconfig(8). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -145,7 +145,7 @@ ViewAdapters::ViewAdapters(RDStation *rdstation,QWidget *parent)
|
||||
//
|
||||
view_close_button=new QPushButton(this);
|
||||
view_close_button->setFont(buttonFont());
|
||||
view_close_button->setText(tr("&Close"));
|
||||
view_close_button->setText(tr("Close"));
|
||||
view_close_button->setDefault(true);
|
||||
connect(view_close_button,SIGNAL(clicked()),this,SLOT(closeData()));
|
||||
}
|
||||
|
Reference in New Issue
Block a user