Get rid of "Playback" in capture window title.
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 21 Jul 2000 15:56:15 +0000 (15:56 +0000)
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 21 Jul 2000 15:56:15 +0000 (15:56 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2150 f5534014-38df-0310-8fa8-9805f1628bb7

capture.c

index 23a8891b862c0bc5034b163f2beae84c2d0473c9..bbcdcef8b0f8488a5ebd406613f59494daee64ce 100644 (file)
--- a/capture.c
+++ b/capture.c
@@ -1,7 +1,7 @@
 /* capture.c
  * Routines for packet capture windows
  *
- * $Id: capture.c,v 1.112 2000/07/20 05:09:44 guy Exp $
+ * $Id: capture.c,v 1.113 2000/07/21 15:56:15 gram Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
@@ -858,7 +858,7 @@ capture(void)
   }
 
   cap_w = gtk_window_new(GTK_WINDOW_TOPLEVEL);
-  gtk_window_set_title(GTK_WINDOW(cap_w), "Ethereal: Capture / Playback");
+  gtk_window_set_title(GTK_WINDOW(cap_w), "Ethereal: Capture");
   gtk_window_set_modal(GTK_WINDOW(cap_w), TRUE);
 
   /* Container for capture display widgets */