slightly adopted such that the about dialog is also present on MacOSX.
This commit is contained in:
parent
8f3ed6f222
commit
54040c6bcd
@ -817,7 +817,7 @@ void PTextEdit::setupHelpActions()
|
|||||||
connect( a, SIGNAL( triggered() ), this, SLOT( helpContents() ));
|
connect( a, SIGNAL( triggered() ), this, SLOT( helpContents() ));
|
||||||
menu->addAction(a);
|
menu->addAction(a);
|
||||||
|
|
||||||
a = new QAction(tr( "About ..." ), this );
|
a = new QAction(tr( "Author(s) ..." ), this );
|
||||||
a->setStatusTip( tr("Help About") );
|
a->setStatusTip( tr("Help About") );
|
||||||
connect( a, SIGNAL( triggered() ), this, SLOT( helpAbout() ));
|
connect( a, SIGNAL( triggered() ), this, SLOT( helpAbout() ));
|
||||||
menu->addAction(a);
|
menu->addAction(a);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user