aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dlg_utils.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-05-22 07:29:40 +0000
committerGuy Harris <guy@alum.mit.edu>2006-05-22 07:29:40 +0000
commit92552c2d765dcf89883392fcd11556d54f2843e5 (patch)
treebb7476c5cd4845fce70a943d87cab8ddb12fe41d /gtk/dlg_utils.h
parent4c4664721edb7f9f7b9886a881d913e4dff2043a (diff)
Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUI
strings, and function names. svn path=/trunk/; revision=18205
Diffstat (limited to 'gtk/dlg_utils.h')
-rw-r--r--gtk/dlg_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/dlg_utils.h b/gtk/dlg_utils.h
index 79d4c4f9ee..71f515a0c9 100644
--- a/gtk/dlg_utils.h
+++ b/gtk/dlg_utils.h
@@ -29,7 +29,7 @@
*
* Normal dialogs are created using dlg_window_new().
*
- * - "About" about_ethereal_cb()
+ * - "About" about_wireshark_cb()
* - "Capture Options" capture_prep()
* - "Capture" capture_info_ui_create()
* - "Interface Options" ifopts_edit_cb()
@@ -70,7 +70,7 @@
#define __DLG_UTILS_H__
-/** Create a dialog box window that belongs to Ethereal's main window.
+/** Create a dialog box window that belongs to Wireshark's main window.
* If you want to create a window, use window_new() instead.
* See window_new() for general window usage.
*