diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2005-08-20 12:09:48 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2005-08-20 12:09:48 +0000 |
commit | eafbbbcabb9cc9aac94ec008159dd1042f093196 (patch) | |
tree | 3b8300d26b251ac23ae3d98f562874d39566634b /gtk/dlg_utils.h | |
parent | 5adc2b6bf150db9b2ae6842d21d8067410b574e0 (diff) | |
download | wireshark-eafbbbcabb9cc9aac94ec008159dd1042f093196.tar.gz wireshark-eafbbbcabb9cc9aac94ec008159dd1042f093196.tar.bz2 wireshark-eafbbbcabb9cc9aac94ec008159dd1042f093196.zip |
renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical named ui_util.h in / dir
svn path=/trunk/; revision=15465
Diffstat (limited to 'gtk/dlg_utils.h')
-rw-r--r-- | gtk/dlg_utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/dlg_utils.h b/gtk/dlg_utils.h index 478a7ff7ce..71118f7ee6 100644 --- a/gtk/dlg_utils.h +++ b/gtk/dlg_utils.h @@ -80,7 +80,7 @@ /** @file * Utilities for dialog boxes. Depending on the window functions in - * ui_util.h, see: @ref howto_window_page for details. + * gui_utils.h, see: @ref howto_window_page for details. * @ingroup dialog_group */ @@ -164,7 +164,7 @@ extern void set_last_open_dir(char *dirname); * @param stock_id_first the first button (e.g. GTK_STOCK_OK) * @param ... the next buttons, just like stock_id_first * @return the new button row - * @todo move this to ui_util.h + * @todo move this to gui_utils.h */ extern GtkWidget *dlg_button_row_new(const gchar *stock_id_first, ...); @@ -173,7 +173,7 @@ extern GtkWidget *dlg_button_row_new(const gchar *stock_id_first, ...); * * @param widget a widget which should be connected (usually a GtkEntry) * @param ok_button the button to be activated - * @todo move this to ui_util.h + * @todo move this to gui_utils.h */ extern void dlg_set_activate(GtkWidget *widget, GtkWidget *ok_button); |