[Xfce4-commits] <ristretto:master> Set stock icon for set-wallpaper (Bug #8025)
Stephan Arts
noreply at xfce.org
Tue Oct 11 22:24:01 CEST 2011
Updating branch refs/heads/master
to a9fad0158db9a50e79a9ee85d7a50b1d29713ab2 (commit)
from 291e1a4b6b39aeb520cdd860348cd189d4ec4314 (commit)
commit a9fad0158db9a50e79a9ee85d7a50b1d29713ab2
Author: Stephan Arts <stephan at xfce.org>
Date: Tue Oct 11 22:23:48 2011 +0200
Set stock icon for set-wallpaper (Bug #8025)
src/main_window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main_window.c b/src/main_window.c
index 8cac812..ec0e566 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -297,7 +297,7 @@ static GtkActionEntry action_entries[] =
{ "view-menu", NULL, N_ ("_View"), NULL, },
{ "fullscreen", GTK_STOCK_FULLSCREEN, N_ ("_Fullscreen"), "F11", NULL, G_CALLBACK (cb_rstto_main_window_fullscreen), },
{ "unfullscreen", GTK_STOCK_LEAVE_FULLSCREEN, N_ ("_Leave Fullscreen"), NULL, NULL, G_CALLBACK (cb_rstto_main_window_fullscreen), },
- { "set-as-wallpaper", NULL, N_ ("_Set as Wallpaper"), NULL, NULL, G_CALLBACK (cb_rstto_main_window_set_as_wallpaper), },
+ { "set-as-wallpaper", "preferences-desktop-wallpaper", N_ ("_Set as Wallpaper"), NULL, NULL, G_CALLBACK (cb_rstto_main_window_set_as_wallpaper), },
/* Zoom submenu */
{ "zoom-menu", NULL, N_ ("_Zooming"), NULL, },
{ "zoom-in", GTK_STOCK_ZOOM_IN, N_ ("Zoom _In"), "<control>plus", NULL, G_CALLBACK (cb_rstto_main_window_zoom_in),},
More information about the Xfce4-commits
mailing list