aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gui_utils.h')
-rw-r--r--gtk/gui_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gui_utils.h b/gtk/gui_utils.h
index b6b42fb76f..017c31a2f1 100644
--- a/gtk/gui_utils.h
+++ b/gtk/gui_utils.h
@@ -96,7 +96,7 @@
* @todo Move these window functions to a new file win_utils.h?
* @{ */
-/** Create a new window with the Ethereal icon.
+/** Create a new window with the Wireshark icon.
* If you want to create a dialog, use dlg_window_new() instead.
*
* @param type window type, typical GTK_WINDOW_TOPLEVEL
@@ -275,7 +275,7 @@ extern void simple_list_append(GtkWidget *list, ...);
extern void set_tree_styles_all(void);
/** Convert an xpm picture into a GtkWidget showing it.
- * Beware: Ethereal's main window must already be visible!
+ * Beware: Wireshark's main window must already be visible!
*
* @param xpm the character array containing the picture
* @return a newly created GtkWidget showing the picture