Rename AboutWorkbench to AboutQtCreator

This commit is contained in:
Alessandro Portale
2009-05-08 12:45:22 +02:00
parent c757c3f458
commit 0b13357700
4 changed files with 4 additions and 4 deletions

View File

@@ -732,7 +732,7 @@ void MainWindow::registerDefaultActions()
#else
tmpaction = new QAction(tr("About &Qt Creator..."), this);
#endif
cmd = am->registerAction(tmpaction, Constants:: ABOUT_WORKBENCH, m_globalContext);
cmd = am->registerAction(tmpaction, Constants::ABOUT_QTCREATOR, m_globalContext);
mhelp->addAction(cmd, Constants::G_HELP_ABOUT);
tmpaction->setEnabled(true);
connect(tmpaction, SIGNAL(triggered()), this, SLOT(aboutQtCreator()));