aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2011-06-30 01:05:49 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2011-06-30 01:05:49 +0000
commit0eb0b8f1f364a69f0fb3d41998fa57209df4fbab (patch)
treee63466b5c956398c39ac53dc115c4b8cc0afe759 /win32
parent3cb77978f6d1c52c175903cbef71c09f94e39dd7 (diff)
Undo r37833 in favor of Sake's changes to be committed at some future date.
svn path=/trunk/; revision=37839
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 */