diff --git a/ground/openpilotgcs/src/plugins/coreplugin/CREDITS.html b/ground/openpilotgcs/src/plugins/coreplugin/CREDITS.html index 06d0e8754..a71f7570a 100644 --- a/ground/openpilotgcs/src/plugins/coreplugin/CREDITS.html +++ b/ground/openpilotgcs/src/plugins/coreplugin/CREDITS.html @@ -4,7 +4,7 @@ pre { font-family: Helvetica, Arial, "MS Trebuchet", sans-serif; } -

This is a credits file of people that are or have been key contributors to the OpenPilot project. Without the work of the people in this list OpenPilot would not be what it is today.

+

This is a credits file of people that are or have been key contributors to the OpenPilot project. Without the work of the people in this list, OpenPilot would not be what it is today.

This list is sorted alphabetically by name

diff --git a/ground/openpilotgcs/src/plugins/coreplugin/mainwindow.cpp b/ground/openpilotgcs/src/plugins/coreplugin/mainwindow.cpp index f17b5f703..be0b26030 100644 --- a/ground/openpilotgcs/src/plugins/coreplugin/mainwindow.cpp +++ b/ground/openpilotgcs/src/plugins/coreplugin/mainwindow.cpp @@ -795,15 +795,13 @@ void MainWindow::registerDefaultActions() // About GCS Action #ifdef Q_WS_MAC - // tmpaction = new QAction(QIcon(Constants::ICON_OPENPILOT), tr("About &OpenPilot GCS"), this); // it's convention not to add dots to the about menu + #else - // tmpaction = new QAction(QIcon(Constants::ICON_OPENPILOT), tr("About &OpenPilot GCS..."), this); + #endif - // cmd = am->registerAction(tmpaction, Constants::ABOUT_OPENPILOTGCS, m_globalContext); - // mhelp->addAction(cmd, Constants::G_HELP_ABOUT); - // tmpaction->setEnabled(true); + #ifdef Q_WS_MAC - // cmd->action()->setMenuRole(QAction::ApplicationSpecificRole); + #endif connect(tmpaction, SIGNAL(triggered()), this, SLOT(aboutOpenPilotGCS()));