ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Fwd: Update title of flow graph save dialog

From: Stephen Fisher <stephentfisher@xxxxxxxxx>
Date: Mon, 23 Oct 2006 12:34:27 -0700
Did anyone get a chance to review this patch for inclusion?  Thanks in 
advance.

----- Forwarded message from Stephen Fisher <stephentfisher@xxxxxxxxx> -----

Date: Fri, 6 Oct 2006 23:16:38 -0700
From: Stephen Fisher <stephentfisher@xxxxxxxxx>
To: wireshark-dev@xxxxxxxxxxxxx
Subject: [Wireshark-dev] Update title of flow graph save dialog


A user asked what file format the flow graph is saved as, which isn't 
apparent by looking at the dialog.  I had to try saving a file and check 
its type -- plain text file.  Could someone please apply the attached 
patch or similar change to graph_analysis.c.  My patch updates the title 
of the dialog box from "Wireshark: Save graph to file" to "Wireshark: 
Save graph to text file".


Steve


Index: gtk/graph_analysis.c
===================================================================
--- gtk/graph_analysis.c	(revision 19441)
+++ gtk/graph_analysis.c	(working copy)
@@ -564,7 +564,7 @@
 		return;
 	}
 
-	save_to_file_w = gtk_file_selection_new("Wireshark: Save graph to file");
+	save_to_file_w = gtk_file_selection_new("Wireshark: Save graph to text file");
 
 	/* Container for each row of widgets */
 	vertb = gtk_vbox_new(FALSE, 0);

_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@xxxxxxxxxxxxx
http://www.wireshark.org/mailman/listinfo/wireshark-dev


----- End forwarded message -----
Index: gtk/graph_analysis.c
===================================================================
--- gtk/graph_analysis.c	(revision 19441)
+++ gtk/graph_analysis.c	(working copy)
@@ -564,7 +564,7 @@
 		return;
 	}
 
-	save_to_file_w = gtk_file_selection_new("Wireshark: Save graph to file");
+	save_to_file_w = gtk_file_selection_new("Wireshark: Save graph to text file");
 
 	/* Container for each row of widgets */
 	vertb = gtk_vbox_new(FALSE, 0);