From f43589facbb85b783e874e35560103159a7a1bf5 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sat, 14 Mar 2015 14:59:18 +0100 Subject: [PATCH] Fixed a typo. --- src/win_main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/win_main.cpp b/src/win_main.cpp index 2134051..0681324 100644 --- a/src/win_main.cpp +++ b/src/win_main.cpp @@ -783,8 +783,8 @@ void MainWindow::init(void) qDebug("[Validating binaries]"); if(!BinariesCheckThread::check(m_sysinfo.data())) { - QMessageBox::critical(this, tr("Invalid File!"), tr("At least on required tool is missing or is not a valid Win32/Win64 binary.
Please re-install the program in order to fix the problem!
").replace("-", "−")); - qFatal("At least on required tool is missing or is not a valid Win32/Win64 binary!"); + QMessageBox::critical(this, tr("Invalid File!"), tr("At least one required tool is missing or is not a valid Win32/Win64 binary.
Please re-install the program in order to fix the problem!
").replace("-", "−")); + qFatal("At least one required tool is missing or is not a valid Win32/Win64 binary!"); } qDebug(" "); -- 2.11.0