diff options
Diffstat (limited to 'gtk/about_dlg.c')
-rw-r--r-- | gtk/about_dlg.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/about_dlg.c b/gtk/about_dlg.c index 012f3dad0a..c95942f6e0 100644 --- a/gtk/about_dlg.c +++ b/gtk/about_dlg.c @@ -79,7 +79,9 @@ about_wireshark(GtkWidget *parent, GtkWidget *main_vb) gchar *message; const char *title = "Network Protocol Analyzer"; - icon = xpm_to_widget_from_parent(parent, wssplash_xpm); + /*icon = xpm_to_widget_from_parent(parent, wssplash_xpm);*/ + icon = xpm_to_widget(wssplash_xpm); + gtk_container_add(GTK_CONTAINER(main_vb), icon); msg_label = gtk_label_new(title); |