aboutsummaryrefslogtreecommitdiffstats
path: root/image/file_dlg_win32.rc
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2021-03-14 17:10:57 -0700
committerGuy Harris <gharris@sonic.net>2021-03-14 17:10:57 -0700
commitf785cf53401c38d695de7b961babc6b796466a50 (patch)
treeb1a9b09640b08d4c0cd493cf816a8a5f46254715 /image/file_dlg_win32.rc
parent03d6f39a995f49ef48614937da901febf172341f (diff)
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.
Diffstat (limited to 'image/file_dlg_win32.rc')
-rw-r--r--image/file_dlg_win32.rc4
1 files 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