[file-roller] added a label to the 'other actions' tool item



commit f61143618a31a81e4b22b77db1b2b4c7e4a85ff4
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Dec 6 10:17:11 2012 +0100

    added a label to the 'other actions' tool item

 src/fr-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/fr-window.c b/src/fr-window.c
index 200827a..fe0f990 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -5705,10 +5705,10 @@ fr_window_construct (FrWindow *window)
 
 	other_actions_action = action = g_object_new (GTH_TYPE_TOGGLE_MENU_ACTION,
 			       "name", "OtherActions",
-			       /*"label", _("Other Actions"),*/
+			       "label", _("_Other Actions"),
 			       "tooltip", _("Other actions"),
-			       /*"stock-id", GTK_STOCK_EXECUTE,*/
 			       "menu-halign", GTK_ALIGN_CENTER,
+			       "show-arrow", TRUE,
 			       NULL);
 	gtk_action_group_add_action (actions, action);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]