minor fix of a status tip bug
This commit is contained in:
parent
8fbadeb506
commit
95c6aaa4af
@ -540,7 +540,7 @@ void PTextEdit::setupMusrActions()
|
||||
menu->addAction(a);
|
||||
|
||||
fMusrT0Action = new QAction( QIcon( QPixmap( ":/images/musrt0.xpm" ) ), tr( "&T0" ), this );
|
||||
a->setStatusTip( tr("Start musrt0") );
|
||||
fMusrT0Action->setStatusTip( tr("Start musrt0") );
|
||||
connect( fMusrT0Action, SIGNAL( triggered() ), this, SLOT( musrT0() ) );
|
||||
tb->addAction(fMusrT0Action);
|
||||
menu->addAction(fMusrT0Action);
|
||||
|
Loading…
x
Reference in New Issue
Block a user