From 3c1923a6a89068b2061078418fe0a20086f3d7c0 Mon Sep 17 00:00:00 2001 From: Sup Yut Sum Date: Sat, 30 Aug 2014 23:51:40 +0800 Subject: [PATCH] Add icon for fetch post action reset Signed-off-by: Sup Yut Sum --- src/TortoiseProc/AppUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TortoiseProc/AppUtils.cpp b/src/TortoiseProc/AppUtils.cpp index 51197471d..32ea46b1d 100644 --- a/src/TortoiseProc/AppUtils.cpp +++ b/src/TortoiseProc/AppUtils.cpp @@ -2398,7 +2398,7 @@ static bool DoFetch(const CString& url, const bool fetchAllRemotes, const bool l CAppUtils::RunTortoiseGitProc(cmd); })); - postCmdList.push_back(PostCmd(IDS_PROC_RESET, [] + postCmdList.push_back(PostCmd(IDI_REVERT, IDS_PROC_RESET, [] { CString pullRemote, pullBranch; g_Git.GetRemoteTrackedBranchForHEAD(pullRemote, pullBranch); -- 2.11.4.GIT