From 2c66a36a67c7a93ba27eda81bad4cda57c1023c4 Mon Sep 17 00:00:00 2001 From: Takashi Sawanaka Date: Wed, 4 Oct 2023 19:58:31 +0900 Subject: [PATCH] Add "(F4)" to the description of the toolbar icon "Difference in the Current Line". refs #2050 (2) --- Src/Merge.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Merge.rc b/Src/Merge.rc index fff5a3d4516..58c659adb06 100644 --- a/Src/Merge.rc +++ b/Src/Merge.rc @@ -3885,7 +3885,7 @@ END // EDIT MENU STRINGTABLE BEGIN - ID_SELECTLINEDIFF "\nDifference in the Current Line" + ID_SELECTLINEDIFF "\nDifference in the Current Line (F4)" ID_OPTIONS "\nOptions" ID_REFRESH "\nRefresh (F5)" END