aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dlg_utils.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-22 07:29:40 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-22 07:29:40 +0000
commitd33e03cac01be1f8b358fd6fd25a9c1221a0910f (patch)
treebb7476c5cd4845fce70a943d87cab8ddb12fe41d /gtk/dlg_utils.h
parente4adc6ff405a70498984521cb05d512b48611b45 (diff)
Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUI
strings, and function names. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18205 f5534014-38df-0310-8fa8-9805f1628bb7
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.
*