Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / locale / ext-lang-pt_PT.js
index c0771b0..6bc7055 100644 (file)
@@ -185,9 +185,11 @@ Ext.onReady(function() {
 
     if(Ext.form.field.ComboBox){
       Ext.apply(Ext.form.field.ComboBox.prototype, {
 
     if(Ext.form.field.ComboBox){
       Ext.apply(Ext.form.field.ComboBox.prototype, {
-        loadingText       : "A Carregar...",
         valueNotFoundText : undefined
       });
         valueNotFoundText : undefined
       });
+        Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, {
+            loadingText       : "A Carregar..."
+        });
     }
 
     if(Ext.form.field.VTypes){
     }
 
     if(Ext.form.field.VTypes){