X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/locale/ext-lang-pt.js diff --git a/locale/ext-lang-pt.js b/locale/ext-lang-pt.js index 6d66be63..3098ece8 100644 --- a/locale/ext-lang-pt.js +++ b/locale/ext-lang-pt.js @@ -159,9 +159,11 @@ if(Ext.form.field.Date){ if(Ext.form.field.ComboBox){ Ext.apply(Ext.form.field.ComboBox.prototype, { - loadingText : "Carregando...", valueNotFoundText : undefined }); + Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { + loadingText : "Carregando..." + }); } if(Ext.form.field.VTypes){