From 852581b2ef6ccee1967695bc85d6601ff8a7a1f3 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 24 May 2010 10:18:26 -0400 Subject: Add tooltips for print button on CompEditor toolbar. --- calendar/gui/dialogs/event-editor.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/gui/dialogs/event-editor.c') diff --git a/calendar/gui/dialogs/event-editor.c b/calendar/gui/dialogs/event-editor.c index 70fee85064..90fc910708 100644 --- a/calendar/gui/dialogs/event-editor.c +++ b/calendar/gui/dialogs/event-editor.c @@ -524,6 +524,9 @@ event_editor_init (EventEditor *ee) g_error_free (error); } + action = comp_editor_get_action (editor, "print"); + gtk_action_set_tooltip (action, _("Print this event")); + /* Hide send options. */ action = comp_editor_get_action (editor, "send-options"); gtk_action_set_visible (action, FALSE); -- cgit v1.2.3