aboutsummaryrefslogtreecommitdiff
path: root/src/mimeview.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-24 08:36:17 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-24 08:36:17 +0000
commit1e2e2b3010c8474ef0b5d93b7c20af5eead5c31d (patch)
treebb680a4fab821603589789104dc5f5312e065429 /src/mimeview.c
parentd9c5a208f028e82c9eda423d0efad7578101aa89 (diff)
use GTK stock button for button set.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@36 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mimeview.c')
-rw-r--r--src/mimeview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mimeview.c b/src/mimeview.c
index 3d36c4f8..b13fc8d7 100644
--- a/src/mimeview.c
+++ b/src/mimeview.c
@@ -806,7 +806,7 @@ static void mimeview_save_as(MimeView *mimeview)
aval = alertpanel(_("Overwrite"),
_("Overwrite existing file?"),
- _("OK"), _("Cancel"), NULL);
+ GTK_STOCK_OK, GTK_STOCK_CANCEL, NULL);
if (G_ALERTDEFAULT != aval) return;
}