summaryrefslogtreecommitdiff
path: root/gtk/prefs_capture.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-05-09 19:29:40 +0000
committerGerald Combs <gerald@wireshark.org>2011-05-09 19:29:40 +0000
commit40baaf4dbe6b792fb3f1c877b82446237f309c4b (patch)
tree5ac08f3b6781fc0330ce9985b1ca1343d7c6dd2e /gtk/prefs_capture.c
parentf4a752873fcf3e30828467016bd5ebcd6dd933c1 (diff)
downloadwireshark-40baaf4dbe6b792fb3f1c877b82446237f309c4b.tar.gz
We probably shouldn't call pcap-ng "experimental" any more.
svn path=/trunk/; revision=37033
Diffstat (limited to 'gtk/prefs_capture.c')
-rw-r--r--gtk/prefs_capture.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/prefs_capture.c b/gtk/prefs_capture.c
index 8455445cf4..753d63ad86 100644
--- a/gtk/prefs_capture.c
+++ b/gtk/prefs_capture.c
@@ -180,8 +180,7 @@ capture_prefs_show(void)
/* Pcap-NG format */
pcap_ng_cb = create_preference_check_button(main_tb, row++,
"Capture packets in pcap-ng format:",
- "Capture packets in the next-generation capture file format. "
- "This is still experimental.",
+ "Capture packets in the next-generation capture file format.",
prefs.capture_pcap_ng);
g_object_set_data(G_OBJECT(main_vb), PCAP_NG_KEY, pcap_ng_cb);