X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..HEAD:/locale/ext-lang-en_GB.js diff --git a/locale/ext-lang-en_GB.js b/locale/ext-lang-en_GB.js index 47fda7f9..fb0af20f 100644 --- a/locale/ext-lang-en_GB.js +++ b/locale/ext-lang-en_GB.js @@ -190,9 +190,11 @@ if(Ext.form.field.Date){ if(Ext.form.field.ComboBox){ Ext.apply(Ext.form.field.ComboBox.prototype, { - loadingText : "Loading...", valueNotFoundText : undefined }); + Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { + loadingText : "Loading..." + }); } if(Ext.form.field.VTypes){