X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/locale/ext-lang-hu.js diff --git a/locale/ext-lang-hu.js b/locale/ext-lang-hu.js index e64153a1..953c2779 100644 --- a/locale/ext-lang-hu.js +++ b/locale/ext-lang-hu.js @@ -188,9 +188,11 @@ Ext.onReady(function() { if(Ext.form.field.ComboBox){ Ext.apply(Ext.form.field.ComboBox.prototype, { - loadingText : "Betöltés...", valueNotFoundText : undefined }); + Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { + loadingText : "Betöltés..." + }); } if(Ext.form.field.VTypes){