summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2011-06-29 16:31:44 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2011-06-29 16:31:44 +0000
commit531a787d9c81ea324d0ea3316893d6ac0d89c9a8 (patch)
tree53e08951c31936f3253f2588a52482a42b21dbe3 /win32
parent3dd1b0c0de009a3ffe09032c0a0db89b9e1bc4a9 (diff)
downloadwireshark-531a787d9c81ea324d0ea3316893d6ac0d89c9a8.tar.gz
Based on user feedback from Sharkfest '11, make the default choice when saving or printing packets apply to only displayed packets and not all packets.
svn path=/trunk/; revision=37833
Diffstat (limited to 'win32')
-rw-r--r--win32/file_dlg_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/file_dlg_win32.c b/win32/file_dlg_win32.c
index 0e191b992f..24b1c0c13a 100644
--- a/win32/file_dlg_win32.c
+++ b/win32/file_dlg_win32.c
@@ -1548,7 +1548,7 @@ save_as_file_hook_proc(HWND sf_hwnd, UINT msg, WPARAM w_param, LPARAM l_param) {
case WM_INITDIALOG:
g_sf_hwnd = sf_hwnd;
- /* Default to saving all packets, in the file's current format. */
+ /* Default to saving packets in the file's current format. */
filetype = cfile.cd_t;
/* init the packet range */