diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 7 | ||||
-rw-r--r-- | calendar/gui/goto-dialog.glade | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2cb2ad1e7c..01b84bf5d1 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2001-08-08 Damon Chaplin <damon@ximian.com> + + * gui/goto-dialog.glade: removed underlined accelerator key from + "_Go To Today" button. GnomeDialog doesn't actually support underlined + accelerator keys for buttons. We could hack it, like Glade does, if + we really need to. Fixes bug #6418. + 2001-08-08 Federico Mena Quintero <federico@ximian.com> * gui/e-day-view.c (update_query): Stop editing any event. Fixes diff --git a/calendar/gui/goto-dialog.glade b/calendar/gui/goto-dialog.glade index 8fc438982e..289ad7ab69 100644 --- a/calendar/gui/goto-dialog.glade +++ b/calendar/gui/goto-dialog.glade @@ -60,7 +60,7 @@ <name>button4</name> <can_default>True</can_default> <can_focus>True</can_focus> - <label>_Go to Today</label> + <label>Go To Today</label> <stock_pixmap>GNOME_STOCK_PIXMAP_JUMP_TO</stock_pixmap> </widget> |