From 8fb8089700336cd28b76c6803c7716d9ff01ceae Mon Sep 17 00:00:00 2001 From: Christoph J. Thompson Date: Sun, 13 Dec 2009 11:41:04 +0100 Subject: [PATCH 3/3] Missing tooltips. modified: terminal/terminal-window.c --- 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), }, -- 1.6.4