diff options
author | Rodney Dawes <dobey@novell.com> | 2004-07-27 01:50:48 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-07-27 01:50:48 +0800 |
commit | bb67e81cbf39ebb9d6cf0370fff86768d304b202 (patch) | |
tree | dde869dd28d8668b994916e6c13de8457e4eb922 /calendar/ChangeLog | |
parent | bd4d726fa83b9742b40b203fe46698d0630d2385 (diff) | |
download | gsoc2013-evolution-bb67e81cbf39ebb9d6cf0370fff86768d304b202.tar.gz gsoc2013-evolution-bb67e81cbf39ebb9d6cf0370fff86768d304b202.tar.zst gsoc2013-evolution-bb67e81cbf39ebb9d6cf0370fff86768d304b202.zip |
Fix mnemonic for "Location" to not be duplicated with "OK"
2004-07-26 Rodney Dawes <dobey@novell.com>
* gui/dialogs/event-page.glade: Fix mnemonic for "Location" to not
be duplicated with "OK"
* gui/dialogs/meeting-page.c (get_widgets): Get the "Attendees" label
(meeting_page_construct): Fix padding of GtkScrolledWindow widget
Set the mnemonic widget for the "Attendees" label
* gui/dialogs/meeting-page.glade: Fix HIG spacing to be correct
Fix the mnemonic for "Organizer" to not conflict
Add mnemonic for "Attendees"
* gui/dialogs/task-page.glade: Add mnemonic for "Description"
svn path=/trunk/; revision=26737
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 062e1b25c4..c65e88d134 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2004-07-26 Rodney Dawes <dobey@novell.com> + + * gui/dialogs/event-page.glade: Fix mnemonic for "Location" to not + be duplicated with "OK" + + * gui/dialogs/meeting-page.c (get_widgets): Get the "Attendees" label + (meeting_page_construct): Fix padding of GtkScrolledWindow widget + Set the mnemonic widget for the "Attendees" label + + * gui/dialogs/meeting-page.glade: Fix HIG spacing to be correct + Fix the mnemonic for "Organizer" to not conflict + Add mnemonic for "Attendees" + + * gui/dialogs/task-page.glade: Add mnemonic for "Description" + 2004-07-26 JP Rosevear <jpr@novell.com> * gui/dialogs/calendar-setup.c (calendar_setup_edit_calendar): set |