aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
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 /gtk
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 'gtk')
-rw-r--r--gtk/capture_file_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_file_dlg.c b/gtk/capture_file_dlg.c
index b8f11c305f..3832f1bebd 100644
--- a/gtk/capture_file_dlg.c
+++ b/gtk/capture_file_dlg.c
@@ -1235,7 +1235,7 @@ file_save_as_cmd(action_after_save_e action_after_save, gpointer action_after_sa
return;
}
- /* Default to saving packets in the file's current format. */
+ /* Default to saving all packets, in the file's current format. */
/* init the packet range */
packet_range_init(&range);