Add world_go icon

This commit is contained in:
Roberto Rosario
2012-09-22 00:55:14 -04:00
parent 416037f3f0
commit b614ce192f
2 changed files with 2 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ class IconSet(IconSetBase):
VCARD: 'vcard.png',
VCARD_EDIT: 'vcard_edit.png',
WRENCH: 'wrench.png',
WORLD_GO: 'world_go.png',
XHTML: 'xhtml.png',
XHTML_GO: 'xhtml_go.png',
XHTML_ADD: 'xhtml_add.png',

View File

@@ -135,6 +135,7 @@ USER_DELETE = 'user_delete'
USER_SILHOUETTE = 'user_silhouette'
VCARD = 'vcard'
VCARD_EDIT = 'vcard_edit'
WORLD_GO = 'world_go'
WRENCH = 'wrench'
XHTML = 'xhtml'
XHTML_GO = 'xhtml_go'