From 4fed31fa262863e0f97e58bc2886a00322cb0e56 Mon Sep 17 00:00:00 2001 From: Diego Viola Date: Sun, 11 Dec 2016 18:30:01 -0200 Subject: [PATCH] Fix typos --- qb/config.params.sh | 2 +- ui/drivers/qt/wimp/main.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qb/config.params.sh b/qb/config.params.sh index 95ac98fb2a..fde0c1af31 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -81,7 +81,7 @@ HAVE_PRESERVE_DYLIB=no # Enable dlclose() for Valgrind support HAVE_PARPORT=auto # Parallel port joypad support HAVE_IMAGEVIEWER=yes # Built-in image viewer support. HAVE_MMAP=auto # MMAP support -HAVE_QT=no # QT companion support +HAVE_QT=no # Qt companion support HAVE_QT_WRAPPER=no HAVE_XSHM=no # XShm video driver support HAVE_CHEEVOS=yes # Retro Achievements diff --git a/ui/drivers/qt/wimp/main.qml b/ui/drivers/qt/wimp/main.qml index 5cb25d91d1..d917ed83ff 100644 --- a/ui/drivers/qt/wimp/main.qml +++ b/ui/drivers/qt/wimp/main.qml @@ -30,7 +30,7 @@ ApplicationWindow { initialPage: Page { id: page - title: "QT!" + title: "Qt!" tabs: navDrawer.enabled ? [] : sectionTitles