From 93745c1b753a9631f9f263a6f6c291a5eaa94c2b Mon Sep 17 00:00:00 2001 From: ulfl Date: Fri, 11 Apr 2008 18:58:19 +0000 Subject: replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_from_stock git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24904 f5534014-38df-0310-8fa8-9805f1628bb7 --- gtk/sctp_stat_dlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/sctp_stat_dlg.c') diff --git a/gtk/sctp_stat_dlg.c b/gtk/sctp_stat_dlg.c index 8526ba24f5..e4f50d050e 100644 --- a/gtk/sctp_stat_dlg.c +++ b/gtk/sctp_stat_dlg.c @@ -590,7 +590,7 @@ gtk_sctpstat_dlg(void) gtk_widget_show (bt_analyse); gtk_widget_set_sensitive(bt_analyse,FALSE); - bt_close = BUTTON_NEW_FROM_STOCK(GTK_STOCK_CLOSE); + bt_close = gtk_button_new_from_stock(GTK_STOCK_CLOSE); gtk_container_add (GTK_CONTAINER (hbuttonbox2), bt_close); GTK_WIDGET_SET_FLAGS(bt_close, GTK_CAN_DEFAULT); window_set_cancel_button( sctp_stat_dlg_w, bt_close, sctp_stat_on_close); -- cgit v1.2.3