Fixes bug #498095 - mnemonics clash
Dmitrijs Ledkovs <[email protected]> Mon, 11 Aug 2008 18:39:44 +0300
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <1218469184.4573.0.camel@dmitrij-laptop> |
--===============0465168083== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8S8EWLTLANHZNWdl/QKe" --=-8S8EWLTLANHZNWdl/QKe Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello all! Fixing mnemonics clashes with "_Edit", as well as make sure new mnemonics are consistent across dialogs. In task page _D was already used for _Due Date, I changed it to D_ue Date in hope that consistency with New Memo is more important since it already was using _Description. Patch was created agains svn/trunk revision 35957. Applies cleanly with -p1 option. Compiles and tested. With regards, Dmitrijs Ledkovs diff --git a/calendar/ChangeLog b/calendar/ChangeLog index feda557..363c5d0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2008-08-11 Dmitrijs Ledkovs <[email protected]> + + ** Fixes bug #498095 + + * dialogs/event-page.glade: "D_escription" -> "_Description" + * dialogs/task-page.glade: As above and "_Due Date" -> "D_ue Date" + + Change mnemonics to resolve clash with "_Edit". + 2008-08-08 Milan Crha <[email protected]> =20 ** Fix for bug #544117 diff --git a/calendar/gui/dialogs/event-page.glade b/calendar/gui/dialogs/e= vent-page.glade index f593357..f0f1d2e 100644 --- a/calendar/gui/dialogs/event-page.glade +++ b/calendar/gui/dialogs/event-page.glade @@ -159,7 +159,7 @@ <child> <widget class=3D"GtkLabel" id=3D"description-label"> <property name=3D"visible">True</property> - <property name=3D"label" translatable=3D"yes">D_escription:</property> + <property name=3D"label" translatable=3D"yes">_Description:</property> <property name=3D"use_underline">True</property> <property name=3D"use_markup">False</property> <property name=3D"justify">GTK_JUSTIFY_CENTER</property> diff --git a/calendar/gui/dialogs/task-page.glade b/calendar/gui/dialogs/ta= sk-page.glade index a5eb1e2..d106381 100644 --- a/calendar/gui/dialogs/task-page.glade +++ b/calendar/gui/dialogs/task-page.glade @@ -169,7 +169,7 @@ <child> <widget class=3D"GtkLabel" id=3D"due-date-label"> <property name=3D"visible">True</property> - <property name=3D"label" translatable=3D"yes">_Due date:</property> + <property name=3D"label" translatable=3D"yes">D_ue date:</property> <property name=3D"use_underline">True</property> <property name=3D"use_markup">False</property> <property name=3D"justify">GTK_JUSTIFY_CENTER</property> @@ -274,7 +274,7 @@ <child> <widget class=3D"GtkLabel" id=3D"label18"> <property name=3D"visible">True</property> - <property name=3D"label" translatable=3D"yes">De_scription:</property> + <property name=3D"label" translatable=3D"yes">_Description:</property> <property name=3D"use_underline">True</property> <property name=3D"use_markup">False</property> <property name=3D"justify">GTK_JUSTIFY_CENTER</property> --=20 1.6.0.rc2.22.g71b99 --=-8S8EWLTLANHZNWdl/QKe Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBIoF1AkL4C6Th42bARAseRAKCVcD1glaM4YRMfxxVZVTI/fWN60wCdF9Sg 9mUuVrd6IrqYTZZSzsX7TM0= =OT88 -----END PGP SIGNATURE----- --=-8S8EWLTLANHZNWdl/QKe-- --===============0465168083== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Evolution-patches mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-patches --===============0465168083==--