[Xfce4-commits] [xfce/thunar] 01/03: Make more menuitems symbolic
noreply at xfce.org
noreply at xfce.org
Mon Sep 18 00:32:55 CEST 2017
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/thunar.
commit c427e297ded475de53115e9cddf38418c396f4f8
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Fri Sep 15 00:08:36 2017 +0200
Make more menuitems symbolic
view-refresh is to stay consistent with the location bar,
the zoom icons are just for convenience.
---
thunar/thunar-window.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index f648efc..f5ba594 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -358,12 +358,12 @@ static GtkActionEntry action_entries[] =
{ "edit-menu", NULL, N_ ("_Edit"), NULL, },
{ "preferences", "preferences-system", N_ ("Pr_eferences..."), NULL, N_ ("Edit Thunars Preferences"), G_CALLBACK (thunar_window_action_preferences), },
{ "view-menu", NULL, N_ ("_View"), NULL, },
- { "reload", "view-refresh", N_ ("_Reload"), "<control>R", N_ ("Reload the current folder"), G_CALLBACK (thunar_window_action_reload), },
+ { "reload", "view-refresh-symbolic", N_ ("_Reload"), "<control>R", N_ ("Reload the current folder"), G_CALLBACK (thunar_window_action_reload), },
{ "view-location-selector-menu", NULL, N_ ("_Location Selector"), NULL, },
{ "view-side-pane-menu", NULL, N_ ("_Side Pane"), NULL, },
- { "zoom-in", "zoom-in", N_ ("Zoom I_n"), "<control>plus", N_ ("Show the contents in more detail"), G_CALLBACK (thunar_window_action_zoom_in), },
- { "zoom-out", "zoom-out", N_ ("Zoom _Out"), "<control>minus", N_ ("Show the contents in less detail"), G_CALLBACK (thunar_window_action_zoom_out), },
- { "zoom-reset", "zoom-original", N_ ("Normal Si_ze"), "<control>0", N_ ("Show the contents at the normal size"), G_CALLBACK (thunar_window_action_zoom_reset), },
+ { "zoom-in", "zoom-in-symbolic", N_ ("Zoom I_n"), "<control>plus", N_ ("Show the contents in more detail"), G_CALLBACK (thunar_window_action_zoom_in), },
+ { "zoom-out", "zoom-out-symbolic", N_ ("Zoom _Out"), "<control>minus", N_ ("Show the contents in less detail"), G_CALLBACK (thunar_window_action_zoom_out), },
+ { "zoom-reset", "zoom-original-symbolic", N_ ("Normal Si_ze"), "<control>0", N_ ("Show the contents at the normal size"), G_CALLBACK (thunar_window_action_zoom_reset), },
{ "go-menu", NULL, N_ ("_Go"), NULL, },
{ "open-parent", "go-up-symbolic", N_ ("Open _Parent"), "<alt>Up", N_ ("Open the parent folder"), G_CALLBACK (thunar_window_action_go_up), },
{ "open-home", "go-home-symbolic", N_ ("_Home"), "<alt>Home", N_ ("Go to the home folder"), G_CALLBACK (thunar_window_action_open_home), },
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list