mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Fix About Qucs menu name
This commit is contained in:
parent
7d10c7982d
commit
fe130581b2
@ -660,7 +660,7 @@ void QucsApp::initActions()
|
||||
helpGetStart->setWhatsThis(tr("Getting Started\n\nShort introduction into Qucs"));
|
||||
connect(helpGetStart, SIGNAL(triggered()), SLOT(slotGettingStarted()));
|
||||
|
||||
helpAboutApp = new QAction(tr("&About qucs-s"), this);
|
||||
helpAboutApp = new QAction(tr("&About Qucs-S"), this);
|
||||
helpAboutApp->setStatusTip(tr("About the application"));
|
||||
helpAboutApp->setWhatsThis(tr("About\n\nAbout the application"));
|
||||
connect(helpAboutApp, SIGNAL(triggered()),this, SLOT(slotHelpAbout()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user