Change icon for identifiers

This commit is contained in:
Kovid Goyal 2011-04-21 10:37:01 -06:00
parent 60bbc8d002
commit 510693d261
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

View File

@ -35,7 +35,7 @@ category_icon_map = {
'custom:' : 'column.png', 'custom:' : 'column.png',
'user:' : 'tb_folder.png', 'user:' : 'tb_folder.png',
'search' : 'search.png', 'search' : 'search.png',
'identifiers': 'id_card.png' 'identifiers': 'identifiers.png'
} }