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/prefs_template.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/prefs_template.c') diff --git a/src/prefs_template.c b/src/prefs_template.c index 024378de..a1e0ccbf 100644 --- a/src/prefs_template.c +++ b/src/prefs_template.c @@ -1,7 +1,7 @@ /* * Sylpheed templates subsystem * Copyright (C) 2001 Alexander Barinov - * Copyright (C) 2001-2004 Hiroyuki Yamamoto + * Copyright (C) 2001-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 @@ -258,8 +258,8 @@ static void prefs_template_window_create(void) G_CALLBACK (prefs_template_select_cb), NULL); /* ok | cancel */ - gtkut_button_set_create(&confirm_area, &ok_btn, _("OK"), - &cancel_btn, _("Cancel"), NULL, NULL); + gtkut_stock_button_set_create(&confirm_area, &ok_btn, GTK_STOCK_OK, + &cancel_btn, GTK_STOCK_CANCEL, NULL, NULL); gtk_widget_show(confirm_area); gtk_box_pack_end(GTK_BOX(vbox2), confirm_area, FALSE, FALSE, 0); gtk_widget_grab_default(ok_btn); -- cgit v1.2.3