aboutsummaryrefslogtreecommitdiff
path: root/src/summary_search.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-27 07:18:16 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-27 07:18:16 +0000
commitcc152a4558452fd6ab85fd2de73ef541268edea2 (patch)
tree3bf7ff3a9a0aee3cfa07d3576617786907aa3e7d /src/summary_search.c
parent7027c02cc3bdc7a946e5f6fed57d90a578d77d1a (diff)
use GTK stock button for alertpanel.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@47 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summary_search.c')
-rw-r--r--src/summary_search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/summary_search.c b/src/summary_search.c
index f143996e..98380350 100644
--- a/src/summary_search.c
+++ b/src/summary_search.c
@@ -326,7 +326,7 @@ static void summary_search_execute(GtkButton *button, gpointer data)
str = _("End of list reached; continue from beginning?");
val = alertpanel(_("Search finished"), str,
- _("Yes"), _("No"), NULL);
+ GTK_STOCK_YES, GTK_STOCK_NO, NULL);
if (G_ALERTDEFAULT == val) {
if (backward)
node = GTK_CTREE_NODE