From e7187b4c0cc8528df6bfd34f5e68103427dfa8ea Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Mon, 5 Dec 2011 16:37:19 +0100 Subject: [PATCH] fixed c&p bug, Stash List and Apply shared an ID Signed-off-by: Sven Strickroth --- src/TortoiseShell/MenuInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TortoiseShell/MenuInfo.cpp b/src/TortoiseShell/MenuInfo.cpp index 4de81d1cc..58e71ad3a 100644 --- a/src/TortoiseShell/MenuInfo.cpp +++ b/src/TortoiseShell/MenuInfo.cpp @@ -95,7 +95,7 @@ MenuInfo menuInfo[] = ITEMIS_FOLDERINGIT|ITEMIS_STASH, 0, 0, 0, 0, 0, 0, 0 }, { ShellMenuStashPop, MENUSTASHPOP, IDI_RELOCATE, IDS_MENUSTASHPOP, IDS_MENUSTASHPOP, ITEMIS_FOLDERINGIT|ITEMIS_STASH, 0, 0, 0, 0, 0, 0, 0 }, - { ShellMenuStashList, MENUSTASHAPPLY, IDI_LOG, IDS_MENUSTASHLIST, IDS_MENUSTASHLIST, + { ShellMenuStashList, MENUSTASHLIST, IDI_LOG, IDS_MENUSTASHLIST, IDS_MENUSTASHLIST, ITEMIS_FOLDERINGIT, 0, 0, 0, 0, 0, 0, 0 }, { ShellSeparator, 0, 0, 0, 0, 0, 0, 0, 0}, -- 2.11.4.GIT