X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/locale/ext-lang-sr_RS.js diff --git a/locale/ext-lang-sr_RS.js b/locale/ext-lang-sr_RS.js index c3fedf57..4ee8b5ea 100644 --- a/locale/ext-lang-sr_RS.js +++ b/locale/ext-lang-sr_RS.js @@ -151,9 +151,11 @@ Ext.onReady(function() { if(Ext.form.field.ComboBox){ Ext.apply(Ext.form.field.ComboBox.prototype, { - loadingText : "Учитавам...", valueNotFoundText : undefined }); + Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { + loadingText : "Учитавам..." + }); } if(Ext.form.field.VTypes){