Updating branch refs/heads/master
         to 3a4629c7d655983d7c83f44cf81fff78e80395f6 (commit)
       from 560cab7bc7ea8639323c8891836e22bfabfd17d4 (commit)

commit 3a4629c7d655983d7c83f44cf81fff78e80395f6
Author: Allen Lowe <[email protected]>
Date:   Fri Nov 5 18:06:23 2010 +0100

    Use Properties stock icon for View menu button

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

diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index 123def1..751180a 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -350,7 +350,7 @@ public class Postler.Bureau : Gtk.Window {
           N_("Search the selected folder"), action_search },
         { "SaveSearch", null, N_("Save Search"), "<Ctrl><Shift>s",
           N_("Save the current search"), action_save_search },
-        { "View", Gtk.STOCK_INDEX, N_("_View"), "",
+        { "View", Gtk.STOCK_PROPERTIES, N_("_View"), "",
           null, action_view },
         { "Fullscreen", Gtk.STOCK_FULLSCREEN, null, "F11",
           N_("View the message in fullscreen"), action_fullscreen },
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to