mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-21 06:01:15 +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:
@@ -217,7 +217,7 @@ CdRipper::CdRipper(QString cutname,RDDiscRecord *rec,RDLibraryConf *conf,
|
||||
//
|
||||
// Rip Track Button
|
||||
//
|
||||
rip_rip_button=new QPushButton(tr("&Rip\nTrack"),this);
|
||||
rip_rip_button=new QPushButton(tr("Rip\nTrack"),this);
|
||||
rip_rip_button->setFont(buttonFont());
|
||||
rip_rip_button->setDisabled(true);
|
||||
connect(rip_rip_button,SIGNAL(clicked()),this,SLOT(ripTrackButtonData()));
|
||||
@@ -279,7 +279,7 @@ CdRipper::CdRipper(QString cutname,RDDiscRecord *rec,RDLibraryConf *conf,
|
||||
//
|
||||
// Close Button
|
||||
//
|
||||
rip_close_button=new QPushButton("&Close",this);
|
||||
rip_close_button=new QPushButton("Close",this);
|
||||
rip_close_button->setFont(buttonFont());
|
||||
connect(rip_close_button,SIGNAL(clicked()),this,SLOT(closeData()));
|
||||
|
||||
|
Reference in New Issue
Block a user