[Xfce4-commits] <terminal:master> Add missing toolbar tooltips.
Nick Schermer
noreply at xfce.org
Mon Dec 14 14:02:01 CET 2009
Updating branch refs/heads/master
to 086b11248f00435bd65f141ad2e05f71f05779bc (commit)
from 0c390b856b4bff98c174f98b5452988a1bda558d (commit)
commit 086b11248f00435bd65f141ad2e05f71f05779bc
Author: Christoph J. Thompson <cjsthompson at gmail.com>
Date: Sun Dec 13 11:41:04 2009 +0100
Add missing toolbar tooltips.
terminal/terminal-window.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index c8b0007..0a15062 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -234,8 +234,8 @@ static const GtkActionEntry action_entries[] =
{ "view-menu", NULL, N_ ("_View"), NULL, NULL, NULL, },
{ "terminal-menu", NULL, N_ ("_Terminal"), NULL, NULL, NULL, },
{ "set-title", NULL, N_ ("_Set Title..."), NULL, N_ ("Set a custom title for the current tab"), G_CALLBACK (terminal_window_action_set_title), },
- { "reset", GTK_STOCK_REFRESH, N_ ("_Reset"), NULL, NULL, G_CALLBACK (terminal_window_action_reset), },
- { "reset-and-clear", GTK_STOCK_CLEAR, N_ ("Reset and C_lear"), NULL, NULL, G_CALLBACK (terminal_window_action_reset_and_clear), },
+ { "reset", GTK_STOCK_REFRESH, N_ ("_Reset"), NULL, N_ ("Reset"), G_CALLBACK (terminal_window_action_reset), },
+ { "reset-and-clear", GTK_STOCK_CLEAR, N_ ("Reset and C_lear"), NULL, N_ ("Reset and clear"), G_CALLBACK (terminal_window_action_reset_and_clear), },
{ "go-menu", NULL, N_ ("_Go"), NULL, NULL, NULL, },
{ "prev-tab", GTK_STOCK_GO_BACK, N_ ("_Previous Tab"), NULL, N_ ("Switch to previous tab"), G_CALLBACK (terminal_window_action_prev_tab), },
{ "next-tab", GTK_STOCK_GO_FORWARD, N_ ("_Next Tab"), NULL, N_ ("Switch to next tab"), G_CALLBACK (terminal_window_action_next_tab), },
More information about the Xfce4-commits
mailing list