aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dlg_utils.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-01 20:28:05 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-01 20:28:05 +0000
commitb43da56ec0ee2455b67e8f3fa3f50bf376d20f07 (patch)
tree02b0db9b70720ff590692ed202f752618efc9b97 /gtk/dlg_utils.h
parente29ed0e60ac60a7f37fee971e7ab50e0422e1ada (diff)
add details for doxygen, various code cleanups as a result of this
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11057 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 3bf2458b7b..8516a57346 100644
--- a/gtk/dlg_utils.h
+++ b/gtk/dlg_utils.h
@@ -1,7 +1,7 @@
/* dlg_utils.h
* Declarations of utilities to use when constructing dialogs
*
- * $Id: dlg_utils.h,v 1.18 2004/06/01 17:33:36 ulfl Exp $
+ * $Id: dlg_utils.h,v 1.19 2004/06/01 20:28:04 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -23,7 +23,7 @@
*/
/** @file
- * Utility functions for dialog boxes, depending on the window functions in
+ * Utilities for dialog boxes, depending on the window functions in
* ui_util.h. These dialog box windows will be related to Ethereal's main
* window. See window_new() and others in ui_util.h for further explanation
* of dialogs and windows in Ethereal.