[vlmc-devel] [PATCH] Fixed some minor spelling issues.

Hugo Beauzée-Luyssen hugo at beauzee.fr
Mon Mar 14 19:37:08 CET 2016


On 03/11/2016 06:36 PM, Paweł Wegner wrote:
> ---
>  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 )
>          {
> 
Applied, thanks!

-- 
Hugo Beauzée-Luyssen
www.beauzee.fr


More information about the Vlmc-devel mailing list