cmake: more features implemented.

This commit is contained in:
2018-05-31 18:22:17 +02:00
parent aa2cc9ddd2
commit 610aab1773
4 changed files with 73 additions and 24 deletions

View File

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