diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-07-17 19:33:57 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-07-17 19:33:57 +0800 |
commit | 3d93f07586f03f88f69af7772b3818e93ce016d3 (patch) | |
tree | 15140142348bc4415f671d37bd57f79f7f4c9825 /addressbook/gui | |
parent | 9250eb770d4c1c0af90e7fde34072eaf8b39ddf1 (diff) | |
download | gsoc2013-evolution-3d93f07586f03f88f69af7772b3818e93ce016d3.tar.gz gsoc2013-evolution-3d93f07586f03f88f69af7772b3818e93ce016d3.tar.zst gsoc2013-evolution-3d93f07586f03f88f69af7772b3818e93ce016d3.zip |
Patch from Taylor Hayward <thayward@gjpc.com>. Added accelerators to a few
2001-07-17 Christopher James Lahey <clahey@ximian.com>
* gui/contact-editor/contact-editor.glade,
gui/merging/e-card-duplicate-detected.glade,
gui/merging/e-card-merging-book-commit-duplicate-detected.glade,
printing/e-contact-print.glade: Patch from Taylor Hayward
<thayward@gjpc.com>. Added accelerators to a few dialogs.
svn path=/trunk/; revision=11153
Diffstat (limited to 'addressbook/gui')
3 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/gui/contact-editor/contact-editor.glade b/addressbook/gui/contact-editor/contact-editor.glade index 76a6539673..a483d57d52 100644 --- a/addressbook/gui/contact-editor/contact-editor.glade +++ b/addressbook/gui/contact-editor/contact-editor.glade @@ -272,7 +272,7 @@ <can_default>True</can_default> <has_default>True</has_default> <can_focus>True</can_focus> - <label>Add</label> + <label>_Add</label> <stock_pixmap>GNOME_STOCK_PIXMAP_ADD</stock_pixmap> </widget> diff --git a/addressbook/gui/merging/e-card-duplicate-detected.glade b/addressbook/gui/merging/e-card-duplicate-detected.glade index bc6624e8fd..e370e31379 100644 --- a/addressbook/gui/merging/e-card-duplicate-detected.glade +++ b/addressbook/gui/merging/e-card-duplicate-detected.glade @@ -64,7 +64,7 @@ <name>button3</name> <can_default>True</can_default> <can_focus>True</can_focus> - <label>Add Anyway</label> + <label>_Add Anyway</label> <stock_pixmap>GNOME_STOCK_PIXMAP_ADD</stock_pixmap> </widget> diff --git a/addressbook/gui/merging/e-card-merging-book-commit-duplicate-detected.glade b/addressbook/gui/merging/e-card-merging-book-commit-duplicate-detected.glade index 0bc60ba13a..2008fb7757 100644 --- a/addressbook/gui/merging/e-card-merging-book-commit-duplicate-detected.glade +++ b/addressbook/gui/merging/e-card-merging-book-commit-duplicate-detected.glade @@ -64,7 +64,7 @@ <name>button3</name> <can_default>True</can_default> <can_focus>True</can_focus> - <label>Change Anyway</label> + <label>_Change Anyway</label> <stock_pixmap>GNOME_STOCK_PIXMAP_ADD</stock_pixmap> </widget> |