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

@@ -48,7 +48,7 @@ Ext.override(Ext.form.Field, {
tag: 'img',
width : 16,
height : 16,
src: 'resources/images/help.gif',
src: 'resources/images/help.png',
cls: cls
});