[Xfce4-commits] <postler:master> Use Properties stock icon for View menu button
Christian Dywan
noreply at xfce.org
Fri Nov 5 18:30:01 CET 2010
Updating branch refs/heads/master
to 3a4629c7d655983d7c83f44cf81fff78e80395f6 (commit)
from 560cab7bc7ea8639323c8891836e22bfabfd17d4 (commit)
commit 3a4629c7d655983d7c83f44cf81fff78e80395f6
Author: Allen Lowe <lallenlowe at gmail.com>
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 },
More information about the Xfce4-commits
mailing list