diff options
Diffstat (limited to 'gtk/about_dlg.h')
-rw-r--r-- | gtk/about_dlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/about_dlg.h b/gtk/about_dlg.h index 65070a22a3..7744865690 100644 --- a/gtk/about_dlg.h +++ b/gtk/about_dlg.h @@ -30,7 +30,7 @@ * @ingroup dialog_group */ -/** Create a splash screen showed when Ethereal is started. +/** Create a splash screen showed when Wireshark is started. * * @param message the new message to be displayed * @return the newly created window handle @@ -56,7 +56,7 @@ extern guint splash_destroy(GtkWidget *win); * @param widget parent widget (unused) * @param data unused */ -extern void about_ethereal_cb( GtkWidget *widget, gpointer data); +extern void about_wireshark_cb( GtkWidget *widget, gpointer data); #endif /* __ABOUT_DLG_H__ */ |