From b91649c8c85246eff41c5eb03f726cde7871abe6 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Wed, 3 Dec 2014 22:25:08 +0100 Subject: [PATCH] Do not load change log if dialog will not be shown Signed-off-by: Sven Strickroth --- src/TortoiseProc/CheckForUpdatesDlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TortoiseProc/CheckForUpdatesDlg.cpp b/src/TortoiseProc/CheckForUpdatesDlg.cpp index e7a35bf45..1abe1827e 100644 --- a/src/TortoiseProc/CheckForUpdatesDlg.cpp +++ b/src/TortoiseProc/CheckForUpdatesDlg.cpp @@ -331,7 +331,7 @@ UINT CCheckForUpdatesDlg::CheckThread() GetDlgItem(IDC_GROUP_DOWNLOADS)->ShowWindow(SW_SHOW); CenterWindow(); } - else + else if(m_bShowInfo) { temp.LoadString(IDS_CHECKNEWER_YOURUPTODATE); SetDlgItemText(IDC_CHECKRESULT, temp); -- 2.11.4.GIT