[vlmc-devel] Fixed some minor spelling issues.

Paweł Wegner git at videolan.org
Mon Mar 14 21:31:32 CET 2016


vlmc | branch: master | Paweł Wegner <pawel.wegner95 at gmail.com> | Fri Mar 11 18:36:01 2016 +0100| [c8f958cca335bc15d17f535e94b7ae57304fc389] | committer: Hugo Beauzée-Luyssen

Fixed some minor spelling issues.

Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

> https://code.videolan.org/videolan/vlmc/commit/c8f958cca335bc15d17f535e94b7ae57304fc389
---

 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 f93c6c7..e3951fe 100644
--- a/src/Gui/MainWindow.cpp
+++ b/src/Gui/MainWindow.cpp
@@ -857,7 +857,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 )
         {



More information about the Vlmc-devel mailing list