aboutsummaryrefslogtreecommitdiffstats
path: root/win32/file_dlg_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/file_dlg_win32.c')
-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 */