diff options
author | Harry Lu <haip@src.gnome.org> | 2004-02-05 15:00:30 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2004-02-05 15:00:30 +0800 |
commit | 8eacadf69cfdfc68248e852063df1b9813862556 (patch) | |
tree | e6692e6545a2b4dbed7357a1bc87cac6b980ffb2 /calendar | |
parent | bb84f6e3e79b607b189dd4b114752013c42db1fa (diff) | |
download | gsoc2013-evolution-8eacadf69cfdfc68248e852063df1b9813862556.tar.gz gsoc2013-evolution-8eacadf69cfdfc68248e852063df1b9813862556.tar.zst gsoc2013-evolution-8eacadf69cfdfc68248e852063df1b9813862556.zip |
add a mnemonic for the 'Go to Today' button in the 'Go To Date' dialog.
* gui/goto-dialog.glade: add a mnemonic for the 'Go to Today' button
in the 'Go To Date' dialog.
svn path=/trunk/; revision=24628
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/goto-dialog.glade | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a79f807539..3455b168df 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2004-02-05 Kidd Wang <kidd.wang@sun.com> + + * gui/goto-dialog.glade: add a mnemonic for the 'Go to Today' button + in the 'Go To Date' dialog. + 2004-02-05 Sarfraaz Ahmed <asarfraaz@novell.com> Fixes #53388 diff --git a/calendar/gui/goto-dialog.glade b/calendar/gui/goto-dialog.glade index b268e03294..e11f3f3c65 100644 --- a/calendar/gui/goto-dialog.glade +++ b/calendar/gui/goto-dialog.glade @@ -28,7 +28,7 @@ <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Go To Today</property> + <property name="label" translatable="yes">_Go To Today</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="response_id">0</property> |