diff options
Diffstat (limited to 'src/prefs_customheader.c')
-rw-r--r-- | src/prefs_customheader.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/prefs_customheader.c b/src/prefs_customheader.c index f7b1d5df..4b4ca036 100644 --- a/src/prefs_customheader.c +++ b/src/prefs_customheader.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2003 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 @@ -154,8 +154,9 @@ static void prefs_custom_header_create(void) gtk_widget_show (vbox); gtk_container_add (GTK_CONTAINER (window), vbox); - 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(vbox), confirm_area, FALSE, FALSE, 0); gtk_widget_grab_default (ok_btn); |