Minor Menu Fixes

Fix capitalization and spacing in menu.
This commit is contained in:
Pringo 2016-09-17 12:07:10 -07:00 committed by GitHub
parent 8bf09b5302
commit ff98bd30b4
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ GMainWindow::GMainWindow() : config(new Config()), emu_thread(nullptr)
addDockWidget(Qt::RightDockWidgetArea, graphicsTracingWidget);
graphicsTracingWidget->hide();
auto graphicsSurfaceViewerAction = new QAction(tr("Create Pica surface viewer"), this);
auto graphicsSurfaceViewerAction = new QAction(tr("Create Pica Surface Viewer"), this);
connect(graphicsSurfaceViewerAction, SIGNAL(triggered()), this, SLOT(OnCreateGraphicsSurfaceViewer()));
QMenu* debug_menu = ui.menu_View->addMenu(tr("Debugging"));