Revision 31 src/export.c
| export.c (revision 31) | ||
|---|---|---|
| 1 | 1 |
/* |
| 2 | 2 |
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client |
| 3 |
* Copyright (C) 1999-2002 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 |
| ... | ... | |
| 194 | 194 |
g_signal_connect(G_OBJECT(file_button), "clicked", |
| 195 | 195 |
G_CALLBACK(export_filesel_cb), NULL); |
| 196 | 196 |
|
| 197 |
gtkut_button_set_create(&confirm_area, |
|
| 198 |
&ok_button, _("OK"),
|
|
| 199 |
&cancel_button, _("Cancel"),
|
|
| 200 |
NULL, NULL); |
|
| 197 |
gtkut_stock_button_set_create(&confirm_area,
|
|
| 198 |
&ok_button, GTK_STOCK_OK,
|
|
| 199 |
&cancel_button, GTK_STOCK_CANCEL,
|
|
| 200 |
NULL, NULL);
|
|
| 201 | 201 |
gtk_box_pack_end(GTK_BOX(vbox), confirm_area, FALSE, FALSE, 0); |
| 202 | 202 |
gtk_widget_grab_default(ok_button); |
| 203 | 203 |
|
Also available in: Unified diff