diff options
| -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"> |