Give the flow graph window the correct title.
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 30 Nov 2007 18:55:34 +0000 (18:55 +0000)
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 30 Nov 2007 18:55:34 +0000 (18:55 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23689 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/graph_analysis.c

index c708e5c073835ccd833425515438265b640f9ca4..98dd0cc21dac8b16b2bb3911991fc48759ccc224 100644 (file)
@@ -1621,7 +1621,7 @@ static void dialog_graph_create_window(graph_analysis_data_t* user_data)
        gchar   *win_name;
 
        title_name_ptr = cf_get_display_name(&cfile);
-       win_name = g_strdup_printf("%s - VoIP Graph Analysis", title_name_ptr);
+       win_name = g_strdup_printf("%s - Flow Graph Analysis", title_name_ptr);
 
         /* create the main window */
                if (user_data->dlg.title)