From b614ce192f886a1493d69770cc20469a1eed36d0 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 22 Sep 2012 00:55:14 -0400 Subject: [PATCH] Add world_go icon --- apps/icons/iconsets/fat_cow.py | 1 + apps/icons/literals.py | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/icons/iconsets/fat_cow.py b/apps/icons/iconsets/fat_cow.py index 3227a6e3f4..85c7c497a9 100644 --- a/apps/icons/iconsets/fat_cow.py +++ b/apps/icons/iconsets/fat_cow.py @@ -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', diff --git a/apps/icons/literals.py b/apps/icons/literals.py index 24fd50519f..0e7c21bea2 100644 --- a/apps/icons/literals.py +++ b/apps/icons/literals.py @@ -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'