diff options
Diffstat (limited to 'src/m_ver_check/UpdateTab.cpp')
-rw-r--r-- | src/m_ver_check/UpdateTab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_ver_check/UpdateTab.cpp b/src/m_ver_check/UpdateTab.cpp index 7f4a321..b28ccf3 100644 --- a/src/m_ver_check/UpdateTab.cpp +++ b/src/m_ver_check/UpdateTab.cpp @@ -194,7 +194,7 @@ void UpdateTab::slot_show_version_status() { "</center>"); upgrade_label_->show(); upgrade_info_box_->show(); - } else if (is_current_commit_hash_publish_in_remote != 0) { + } else if (is_current_commit_hash_publish_in_remote == 0) { upgrade_label_->setText( "<center>" + tr("The commit hash for this build was not found in the official " |