From 90999c9a9932fe8d8f1bed21d7799db84f310076 Mon Sep 17 00:00:00 2001 From: hiro Date: Sun, 23 Jan 2005 18:01:05 +0000 Subject: use GTK stock button for dialog button set. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@30 ee746299-78ed-0310-b773-934348b2243d --- src/about.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/about.c') diff --git a/src/about.c b/src/about.c index 12b158be..ae98b38f 100644 --- a/src/about.c +++ b/src/about.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2004 Hiroyuki Yamamoto + * Copyright (C) 1999-2005 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -166,7 +166,7 @@ static void about_create(void) gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); label = gtk_label_new - ("Copyright (C) 1999-2004 Hiroyuki Yamamoto "); + ("Copyright (C) 1999-2005 Hiroyuki Yamamoto "); gtk_label_set_selectable(GTK_LABEL(label), TRUE); gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); @@ -235,8 +235,8 @@ static void about_create(void) "Foundation, Inc., 59 Temple Place - Suite 330, Boston, " "MA 02111-1307, USA."), -1); - gtkut_button_set_create(&confirm_area, &ok_button, _("OK"), - NULL, NULL, NULL, NULL); + gtkut_stock_button_set_create(&confirm_area, &ok_button, GTK_STOCK_OK, + NULL, NULL, NULL, NULL); gtk_box_pack_end(GTK_BOX(vbox), confirm_area, FALSE, FALSE, 0); gtk_widget_grab_default(ok_button); g_signal_connect_closure -- cgit v1.2.3