aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/help_dlg.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-09-18 22:52:34 +0000
committerGerald Combs <gerald@wireshark.org>2012-09-18 22:52:34 +0000
commitc4d22dbe11ad66c7e09c39fa823d75b8846c6832 (patch)
tree317c490fa161cf6eea278876bc1a946c32cb6282 /ui/gtk/help_dlg.c
parent52746c60a0cd74388f27d98f46ab4dc82c7ac9b8 (diff)
import_text_dialog.cpp: Use the common help URL routines.
main_window.cpp: QMessageBox::exec returns a StandardButton, not a ButtonRole. help_dlg.c: Remove extra blank lines. svn path=/trunk/; revision=44991
Diffstat (limited to 'ui/gtk/help_dlg.c')
-rw-r--r--ui/gtk/help_dlg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/gtk/help_dlg.c b/ui/gtk/help_dlg.c
index 262905e794..7b7e5d5c94 100644
--- a/ui/gtk/help_dlg.c
+++ b/ui/gtk/help_dlg.c
@@ -67,7 +67,6 @@ typedef struct {
static GSList *help_text_pages = NULL;
-
/**
* Redraw all help pages, to use a new font.
*/
@@ -86,7 +85,6 @@ void help_redraw(void)
}
}
-
static void
topic_action(topic_action_e action)
{
@@ -100,14 +98,12 @@ topic_action(topic_action_e action)
}
}
-
void
topic_cb(GtkWidget *w _U_, topic_action_e action)
{
topic_action(action);
}
-
gboolean
topic_menu_cb(GtkWidget *w _U_, GdkEventButton *event _U_, gpointer user_data)
{