Revision 31 src/prefs_display_header.c
| prefs_display_header.c (revision 31) | ||
|---|---|---|
| 1 | 1 |
/* |
| 2 | 2 |
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client |
| 3 |
* Copyright (C) 1999-2004 Hiroyuki Yamamoto
|
|
| 3 |
* Copyright (C) 1999-2005 Hiroyuki Yamamoto
|
|
| 4 | 4 |
* |
| 5 | 5 |
* This program is free software; you can redistribute it and/or modify |
| 6 | 6 |
* it under the terms of the GNU General Public License as published by |
| ... | ... | |
| 188 | 188 |
gtk_widget_show (btn_hbox); |
| 189 | 189 |
gtk_box_pack_end (GTK_BOX (vbox), btn_hbox, FALSE, FALSE, 0); |
| 190 | 190 |
|
| 191 |
gtkut_button_set_create(&confirm_area, &ok_btn, _("OK"),
|
|
| 192 |
&cancel_btn, _("Cancel"), NULL, NULL);
|
|
| 191 |
gtkut_stock_button_set_create(&confirm_area, &ok_btn, GTK_STOCK_OK, |
|
| 192 |
&cancel_btn, GTK_STOCK_CANCEL, |
|
| 193 |
NULL, NULL); |
|
| 193 | 194 |
gtk_widget_show (confirm_area); |
| 194 | 195 |
gtk_box_pack_end (GTK_BOX(btn_hbox), confirm_area, FALSE, FALSE, 0); |
| 195 | 196 |
gtk_widget_grab_default (ok_btn); |
Also available in: Unified diff