From 0408300043f374b1ee4e7d0584fb18ba00466203 Mon Sep 17 00:00:00 2001 From: "Vir (Open ERP)" Date: Mon, 7 Jun 2010 17:50:58 +0530 Subject: [PATCH] [MOD] New icons added bzr revid: vir@tinyerp.com-20100607122058-0dxytl1mjq90swyy --- bin/tools/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tools/misc.py b/bin/tools/misc.py index cb8b310..89f3f72 100644 --- a/bin/tools/misc.py +++ b/bin/tools/misc.py @@ -1137,7 +1137,7 @@ icons = map(lambda x: (x,x), ['STOCK_ABOUT', 'STOCK_ADD', 'STOCK_APPLY', 'STOCK_ 'terp-face-plain','terp-folder-blue','terp-folder-green','terp-folder-orange','terp-folder-yellow', 'terp-gdu-smart-failing','terp-go-week','terp-gtk-select-all','terp-locked','terp-mail-forward', 'terp-mail-message-new','terp-mail-replied','terp-rating-rated','terp-stage','terp-stock_format-scientific', -'terp-dolar_ok!','terp-idea' +'terp-dolar_ok!','terp-idea','terp-stock_format-default','terp-mail-','terp-mail_delete' ]) def extract_zip_file(zip_file, outdirectory): -- 1.7.10.4