aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/http_stat.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-01-21 03:54:32 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-01-21 03:54:32 +0000
commite3dd2f547251fdece61c01694df03359f5b28d30 (patch)
tree3f4bdd13b78cad58c80f9ad97a4cea595940f2d9 /gtk/http_stat.c
parent76910636e00a84502c7ae8c711ad760788d43420 (diff)
use stock buttons whereever possible,
added some ethereal specific stock icons svn path=/trunk/; revision=9763
Diffstat (limited to 'gtk/http_stat.c')
-rw-r--r--gtk/http_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/http_stat.c b/gtk/http_stat.c
index 94ad0f83ef..19decf102a 100644
--- a/gtk/http_stat.c
+++ b/gtk/http_stat.c
@@ -1,7 +1,7 @@
/* http_stat.c
* http_stat 2003 Jean-Michel FAYARD
*
- * $Id: http_stat.c,v 1.14 2004/01/13 22:49:14 guy Exp $
+ * $Id: http_stat.c,v 1.15 2004/01/21 03:54:30 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -574,7 +574,7 @@ gtk_httpstat_cb(GtkWidget *w _U_, gpointer d _U_)
gtk_widget_show(bbox);
/* the start button */
- start_button=gtk_button_new_with_label("Create Stat");
+ start_button=BUTTON_NEW_FROM_STOCK(ETHEREAL_STOCK_CREATE_STAT);
SIGNAL_CONNECT_OBJECT(start_button, "clicked",
httpstat_start_button_clicked, NULL);
gtk_box_pack_start(GTK_BOX(bbox), start_button, TRUE, TRUE, 0);