From 82f93c42f77b53484b3417331b1d5149d3b0a153 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 15 Mar 2021 00:40:42 +0000 Subject: [PATCH] Fix the captions for the buttons in the "export specified packets" dialog. The "Selected packet" caption is wrong, as there could be more than one packet selected. Furthermore, in the non-Windows "export specified packets" dialog, the caption is "Selected packets only", so go with the full caption. The "Marked packets" caption also lacks the "only" that it has in the other dialog; add it as well. (cherry picked from commit f785cf53401c38d695de7b961babc6b796466a50) --- image/file_dlg_win32.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/image/file_dlg_win32.rc b/image/file_dlg_win32.rc index 71c0b19e8d..0b88a0b4e9 100644 --- a/image/file_dlg_win32.rc +++ b/image/file_dlg_win32.rc @@ -58,8 +58,8 @@ FONT 8, "MS Shell Dlg" CONTROL "Displayed", EWFD_DISPLAYED_BTN, "Button", BS_AUTORADIOBUTTON, 282, 26, 47, 10 CONTROL "All packets", EWFD_ALL_PKTS_BTN, "Button", BS_AUTORADIOBUTTON | WS_GROUP, 73, 38, 51, 10 - CONTROL "Selected packet", EWFD_SEL_PKT_BTN, "Button", BS_AUTORADIOBUTTON, 73, 50, 68, 10 - CONTROL "Marked packets", EWFD_MARKED_BTN, "Button", BS_AUTORADIOBUTTON, 73, 62, 67, 10 + CONTROL "Selected packets only", EWFD_SEL_PKT_BTN, "Button", BS_AUTORADIOBUTTON, 73, 50, 80, 10 + CONTROL "Marked packets only", EWFD_MARKED_BTN, "Button", BS_AUTORADIOBUTTON, 73, 62, 78, 10 CONTROL "First to last marked", EWFD_FIRST_LAST_BTN, "Button", BS_AUTORADIOBUTTON, 73, 74, 75, 10 CONTROL "Range:", EWFD_RANGE_BTN, "Button", BS_AUTORADIOBUTTON, 73, 86, 35, 10 CONTROL "", EWFD_RANGE_EDIT, RICHEDIT_CLASS, ES_AUTOHSCROLL, 112, 85, 110, 12, WS_EX_CLIENTEDGE