Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2622 → Rev 2623

/trunk/src/org/tela_botanica/client/vues/image/GalerieImageVue.java
112,7 → 112,7
 
// et on ajoute la tool bar
pt = new BarrePaginationVue(this);
pt.setLabelElement(Msg.get("Images"));
pt.setLabelElement(Msg.get("images"));
pt.setTaillePageParDefaut(50);
this.setBottomToolbar(pt);
 
336,7 → 336,7
st = new Store(rd);
dView.setStore(st);
 
this.getDView().setLoadingText("chargement");
this.getDView().setLoadingText(Msg.get("chargement"));
 
this.add(dView);
dView.hide();