diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-04-14 06:04:21 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-04-14 06:04:21 +0800 |
commit | 0a53b0ce0a5b41b64095a73037c86101279414ca (patch) | |
tree | a64283d9bfe495bf2abb77eaa584b3317cbf5bd7 /ui/evolution-addressbook.xml | |
parent | 61bae7a9ebc136532781a7c05aff343e2795882f (diff) | |
download | gsoc2013-evolution-0a53b0ce0a5b41b64095a73037c86101279414ca.tar.gz gsoc2013-evolution-0a53b0ce0a5b41b64095a73037c86101279414ca.tar.zst gsoc2013-evolution-0a53b0ce0a5b41b64095a73037c86101279414ca.zip |
Add an icon for Folder->New.
2008-04-13 Matthew Barnes <mbarnes@redhat.com>
* mail/em-folder-browser.c:
Add an icon for Folder->New.
* ui/evolution-addressbook.xml:
Add an icon for Edit->Select All.
* ui/evolution-mail-list.xml:
Add icons for Folder->Delete and Folder->Refresh.
svn path=/trunk/; revision=35363
Diffstat (limited to 'ui/evolution-addressbook.xml')
-rw-r--r-- | ui/evolution-addressbook.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 6f837b8c4f..999509013b 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -34,8 +34,8 @@ accel="*Control*v" pixtype="pixbuf"/> <cmd name="ContactsSelectAll" _label="Select All" - _tip="Select all contacts" - accel="*Control*a"/> + _tip="Select all contacts" accel="*Control*a" + pixtype="stock" pixname="gtk-select-all"/> <cmd name="ContactsSaveAsVCard" _label="Save as VCard..." _tip="Save selected contacts as a VCard." |