[Commits] [SCM] claws branch, master, updated. 3.9.2-23-g94b1bd9
mones at claws-mail.org
mones at claws-mail.org
Tue Jun 18 13:47:39 CEST 2013
The branch master of project "claws" (Claws Mail) has been updated
via 94b1bd90b9a9e84f9dd04486f38d0506736008bf (commit)
from 909c07b43080aae23c02f382de3532e98e29d66d (commit)
- Log -----------------------------------------------------------------
commit 94b1bd90b9a9e84f9dd04486f38d0506736008bf
Author: Ricardo Mones <ricardo at mones.org>
Date: Tue Jun 18 13:42:25 2013 +0200
Complete the fix for bug #2132
Move QuickSearch “Edit” button shortcut to ‘d’ key, which was free.
diff --git a/src/gtk/quicksearch.c b/src/gtk/quicksearch.c
index 342d061..92bb496 100644
--- a/src/gtk/quicksearch.c
+++ b/src/gtk/quicksearch.c
@@ -805,7 +805,7 @@ QuickSearch *quicksearch_new()
quicksearch->extended_search_strings = NULL;
quicksearch_set_button(GTK_BUTTON(quicksearch->search_description), GTK_STOCK_INFO, _("_Information"));
- quicksearch_set_button(GTK_BUTTON(quicksearch->search_condition_expression), GTK_STOCK_EDIT, _("_Edit"));
+ quicksearch_set_button(GTK_BUTTON(quicksearch->search_condition_expression), GTK_STOCK_EDIT, _("E_dit"));
quicksearch_set_button(GTK_BUTTON(quicksearch->clear_search), GTK_STOCK_CLEAR, _("C_lear"));
update_extended_buttons(quicksearch);
@@ -820,7 +820,7 @@ void quicksearch_relayout(QuickSearch *quicksearch)
case WIDE_LAYOUT:
case WIDE_MSGLIST_LAYOUT:
quicksearch_set_button(GTK_BUTTON(quicksearch->search_description), GTK_STOCK_INFO, _("_Information"));
- quicksearch_set_button(GTK_BUTTON(quicksearch->search_condition_expression), GTK_STOCK_EDIT, _("_Edit"));
+ quicksearch_set_button(GTK_BUTTON(quicksearch->search_condition_expression), GTK_STOCK_EDIT, _("E_dit"));
quicksearch_set_button(GTK_BUTTON(quicksearch->clear_search), GTK_STOCK_CLEAR, _("C_lear"));
break;
case SMALL_LAYOUT:
-----------------------------------------------------------------------
Summary of changes:
src/gtk/quicksearch.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list