[vlc-devel] [PATCH] Fixed some minor spelling issues.
Paweł Wegner
pawel.wegner95 at gmail.com
Fri Mar 11 18:30:18 CET 2016
---
CMakeLists.txt | 2 +-
src/Gui/MainWindow.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3e76d7f..6301383 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -118,7 +118,7 @@ INCLUDE_DIRECTORIES(${FREI0R_INCLUDE_DIR})
# Manually set Qt5 path for OSX installed using brew
SET(CMAKE_PREFIX_PATH "/usr/local/opt/qt5")
-# search for Qt4
+# search for Qt5
find_package(Qt5Core QUIET)
if (Qt5Core_FOUND)
# go on with other packages
diff --git a/src/Gui/MainWindow.cpp b/src/Gui/MainWindow.cpp
index fc88afd..32df6c2 100644
--- a/src/Gui/MainWindow.cpp
+++ b/src/Gui/MainWindow.cpp
@@ -851,7 +851,7 @@ MainWindow::restoreSession()
if ( cleanQuit == false )
{
- QMessageBox::StandardButton res = QMessageBox::question( this, tr( "Crash recovery" ), tr( "VLMC didn't closed nicely. Do you want to recover your project?" ),
+ QMessageBox::StandardButton res = QMessageBox::question( this, tr( "Crash recovery" ), tr( "VLMC didn't close nicely. Do you want to recover your project?" ),
QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes );
if ( res == QMessageBox::Yes )
{
--
2.7.0
More information about the vlc-devel
mailing list