From 77c82551f9d41bc5ec59cd75ea52ce3e34945b52 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 24 Jan 2005 04:29:39 +0000 Subject: use GTK stock button for button set. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@31 ee746299-78ed-0310-b773-934348b2243d --- src/import.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/import.c') diff --git a/src/import.c b/src/import.c index 9bf2a883..754e534e 100644 --- a/src/import.c +++ b/src/import.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2002 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 @@ -199,10 +199,10 @@ static void import_create(void) g_signal_connect(G_OBJECT(dest_button), "clicked", G_CALLBACK(import_destsel_cb), NULL); - gtkut_button_set_create(&confirm_area, - &ok_button, _("OK"), - &cancel_button, _("Cancel"), - NULL, NULL); + gtkut_stock_button_set_create(&confirm_area, + &ok_button, GTK_STOCK_OK, + &cancel_button, GTK_STOCK_CANCEL, + NULL, NULL); gtk_box_pack_end(GTK_BOX(vbox), confirm_area, FALSE, FALSE, 0); gtk_widget_grab_default(ok_button); -- cgit v1.2.3