slightly adopted such that the about dialog is also present on MacOSX.

This commit is contained in:
suter_a 2018-05-30 09:26:50 +02:00
parent 8f3ed6f222
commit 54040c6bcd

View File

@ -817,7 +817,7 @@ void PTextEdit::setupHelpActions()
connect( a, SIGNAL( triggered() ), this, SLOT( helpContents() ));
menu->addAction(a);
a = new QAction(tr( "About ..." ), this );
a = new QAction(tr( "Author(s) ..." ), this );
a->setStatusTip( tr("Help About") );
connect( a, SIGNAL( triggered() ), this, SLOT( helpAbout() ));
menu->addAction(a);