aboutsummaryrefslogtreecommitdiff
path: root/src/message_search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/message_search.c')
-rw-r--r--src/message_search.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/message_search.c b/src/message_search.c
index e49daca1..36d3a8bd 100644
--- a/src/message_search.c
+++ b/src/message_search.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2004 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
@@ -130,10 +130,10 @@ static void message_search_create(MessageView *messageview)
gtk_box_pack_start (GTK_BOX (checkbtn_hbox), backward_checkbtn,
FALSE, FALSE, 0);
- gtkut_button_set_create(&confirm_area,
- &search_btn, _("Search"),
- &clear_btn, _("Clear"),
- &close_btn, _("Close"));
+ gtkut_stock_button_set_create(&confirm_area,
+ &search_btn, GTK_STOCK_FIND,
+ &clear_btn, GTK_STOCK_CLEAR,
+ &close_btn, GTK_STOCK_CLOSE);
gtk_widget_show (confirm_area);
gtk_box_pack_start (GTK_BOX (vbox1), confirm_area, FALSE, FALSE, 0);
gtk_widget_grab_default(search_btn);