[evolution-patches] A patch for calendar based on trunk



Hi Rodrigo,

This patch is aimed for trunk. We have found some missing mnemonics in calendar which can be reproduced as follows:
1.Invoke evolution(Launch->Email and calendar)
2.Go to calendar.
3.Right click on the calendar displayed.Menu pops up.Click 'Go To Date'.
4.Go To Date window pops up.
As you can see, there is no mnemonics for 'Go To Today' in the dialog.
Enclosed is a patch to fix that and it's pretty simple. Would you like to spend a little time to review it?

Best regards
? calendar/gui/goto-dialog.gladep
? calendar/gui/dialogs/alarm-page.gladep
Index: calendar/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2130
diff -u -r1.2130 ChangeLog
--- calendar/ChangeLog	4 Feb 2004 06:19:10 -0000	1.2130
+++ calendar/ChangeLog	4 Feb 2004 06:41:47 -0000
@@ -1,5 +1,10 @@
 2004-02-04  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-04  Kidd Wang  <kidd wang sun com>
+
 	* gui/dialogs/alarm-page.glade: change the access key for adding a
 	reminder from Alt+a to Alt+d to avoid conflict with the menuitem.
 
Index: calendar/gui/goto-dialog.glade
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/goto-dialog.glade,v
retrieving revision 1.11
diff -u -r1.11 goto-dialog.glade
--- calendar/gui/goto-dialog.glade	12 Jan 2004 21:19:08 -0000	1.11
+++ calendar/gui/goto-dialog.glade	4 Feb 2004 06:41:52 -0000
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]