[Xfce4-commits] <postler:master> Ctrl+F for Find (Search), Ctrl+S for Save Search

Christian Dywan noreply at xfce.org
Sun Jul 10 06:42:02 CEST 2011


Updating branch refs/heads/master
         to 09837b69bff846f7691c8731be3a630d13b78525 (commit)
       from 2e8d58c3be671d79e3fb5d82ff8da1574422b12f (commit)

commit 09837b69bff846f7691c8731be3a630d13b78525
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Jul 10 03:53:04 2011 +0200

    Ctrl+F for Find (Search), Ctrl+S for Save Search

 postler/postler-bureau.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index b246f02..8af37c2 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -367,9 +367,9 @@ public class Postler.Bureau : Gtk.Window {
         { "Quit", Gtk.STOCK_QUIT, null, "<Ctrl>q",
           N_("Quit the application"), action_quit },
         { "Edit", null, N_("_Edit") },
-        { "Search", Gtk.STOCK_FIND, null, "<Ctrl>s",
+        { "Search", Gtk.STOCK_FIND, null, "<Ctrl>f",
           N_("Search the selected folder"), action_search },
-        { "SaveSearch", null, N_("S_ave Search"), "<Ctrl><Shift>s",
+        { "SaveSearch", null, N_("S_ave Search"), "<Ctrl>s",
           N_("Save the current search"), action_save_search },
         { "View", null, N_("_View") },
         { "AppMenu", Gtk.STOCK_PROPERTIES, N_("_View"), "",



More information about the Xfce4-commits mailing list