use help.png instead of help.gif

This commit is contained in:
Sebastian Sdorra
2012-01-14 15:48:24 +01:00
parent 468ffe912c
commit 141c7b5e96
4 changed files with 3 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ Sonia.group.MemberFormPanel = Ext.extend(Sonia.group.FormPanel, {
xtype: 'box',
autoEl: {
tag: 'img',
src: 'resources/images/help.gif'
src: 'resources/images/help.png'
}
}]
}]