diff options
| -rwxr-xr-x | .travis-deps.sh | 2 | ||||
| -rw-r--r-- | src/citra_qt/main.cpp | 2 | ||||
| -rw-r--r-- | src/citra_qt/main.ui | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.travis-deps.sh b/.travis-deps.sh index 8538098c1..ab3a32382 100755 --- a/.travis-deps.sh +++ b/.travis-deps.sh | |||
| @@ -29,5 +29,5 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then | |||
| 29 | 29 | ||
| 30 | elif [ "$TRAVIS_OS_NAME" = "osx" ]; then | 30 | elif [ "$TRAVIS_OS_NAME" = "osx" ]; then |
| 31 | brew update | 31 | brew update |
| 32 | brew install cmake qt5 sdl2 dylibbundler | 32 | brew install qt5 sdl2 dylibbundler |
| 33 | fi | 33 | fi |
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index c1589424e..bcf2a706f 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"> |