diff options
| author | 2016-11-11 09:58:55 -0800 | |
|---|---|---|
| committer | 2016-11-11 09:58:55 -0800 | |
| commit | 51750dc8f57f700bbd316f141626dcc704719d2c (patch) | |
| tree | 6a0232e759f109f35395755503f7810a5b1aa42f /src | |
| parent | Update CONTRIBUTING.md (diff) | |
| download | yuzu-51750dc8f57f700bbd316f141626dcc704719d2c.tar.gz yuzu-51750dc8f57f700bbd316f141626dcc704719d2c.tar.xz yuzu-51750dc8f57f700bbd316f141626dcc704719d2c.zip | |
Minor Menu Fixes
Diffstat (limited to 'src')
| -rw-r--r-- | src/citra_qt/main.cpp | 2 | ||||
| -rw-r--r-- | src/citra_qt/main.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index 8322e2305..b904fec16 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp | |||
| @@ -101,7 +101,7 @@ GMainWindow::GMainWindow() : config(new Config()), emu_thread(nullptr) { | |||
| 101 | addDockWidget(Qt::RightDockWidgetArea, graphicsTracingWidget); | 101 | addDockWidget(Qt::RightDockWidgetArea, graphicsTracingWidget); |
| 102 | graphicsTracingWidget->hide(); | 102 | graphicsTracingWidget->hide(); |
| 103 | 103 | ||
| 104 | auto graphicsSurfaceViewerAction = new QAction(tr("Create Pica surface viewer"), this); | 104 | auto graphicsSurfaceViewerAction = new QAction(tr("Create Pica Surface Viewer"), this); |
| 105 | connect(graphicsSurfaceViewerAction, SIGNAL(triggered()), this, | 105 | connect(graphicsSurfaceViewerAction, SIGNAL(triggered()), this, |
| 106 | SLOT(OnCreateGraphicsSurfaceViewer())); | 106 | SLOT(OnCreateGraphicsSurfaceViewer())); |
| 107 | 107 | ||
diff --git a/src/citra_qt/main.ui b/src/citra_qt/main.ui index 441e0b81e..adfa3689e 100644 --- a/src/citra_qt/main.ui +++ b/src/citra_qt/main.ui | |||
| @@ -148,7 +148,7 @@ | |||
| 148 | </action> | 148 | </action> |
| 149 | <action name="action_Configure"> | 149 | <action name="action_Configure"> |
| 150 | <property name="text"> | 150 | <property name="text"> |
| 151 | <string>Configure ...</string> | 151 | <string>Configure...</string> |
| 152 | </property> | 152 | </property> |
| 153 | </action> | 153 | </action> |
| 154 | <action name="actionDisplay_widget_title_bars"> | 154 | <action name="actionDisplay_widget_title_bars"> |