[FIX] crm: Use the gtk-close icon instead the gtk-cancel for the Mark Lost button

bzr revid: stephane@openerp.com-20100519131519-3i4xomdwqpeo71ey
This commit is contained in:
Stephane Wirtel 2010-05-19 15:15:19 +02:00
parent b643f09049
commit 36538c54ef
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
icon="gtk-go-up" />
<button name="case_cancel" string="Mark Lost"
states="draft,open,pending" type="object"
icon="gtk-cancel" />
icon="gtk-close" />
<button name="case_close" string="Mark Won"
states="open,draft,pending" type="object"
icon="gtk-apply" />