aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dlg_utils.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-06-01 20:28:05 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-06-01 20:28:05 +0000
commita8db4e10a809aa8f2ab023fa7c5b00df3d0f0ca2 (patch)
tree02b0db9b70720ff590692ed202f752618efc9b97 /gtk/dlg_utils.h
parent35bb7e8fc2c9c54f58c2ccb215689b30e698bd79 (diff)
add details for doxygen, various code cleanups as a result of this
svn path=/trunk/; revision=11057
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.