aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/io_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/io_stat.c')
-rw-r--r--gtk/io_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/io_stat.c b/gtk/io_stat.c
index 95f2f208e8..dabf3a97a6 100644
--- a/gtk/io_stat.c
+++ b/gtk/io_stat.c
@@ -1935,7 +1935,7 @@ create_filter_box(io_stat_graph_t *gio, GtkWidget *box, int num)
/* filter prefs dialog */
- gio->filter_bt=BUTTON_NEW_FROM_STOCK(WIRESHARK_STOCK_DISPLAY_FILTER_ENTRY);
+ gio->filter_bt=gtk_button_new_from_stock(WIRESHARK_STOCK_DISPLAY_FILTER_ENTRY);
g_snprintf(str, 256, "Wireshark: Display Filter IO-Stat (Filter:%d)", num);
if(gio->args->title){