aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-30 01:05:49 +0000
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-30 01:05:49 +0000
commitdd32fa36478d8daf8922a5b8deab3141beb08784 (patch)
treee63466b5c956398c39ac53dc115c4b8cc0afe759 /win32
parent9a875d6478ea1d845379c885cb08f8e0a2e99529 (diff)
Undo r37833 in favor of Sake's changes to be committed at some future date.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37839 f5534014-38df-0310-8fa8-9805f1628bb7
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 24b1c0c13a..0e191b992f 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 packets in the file's current format. */
+ /* Default to saving all packets, in the file's current format. */
filetype = cfile.cd_t;
/* init the packet range */