Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 906 → Rev 907

/trunk/src/org/tela_botanica/client/composants/ParametreFenetre.java/ParametreFenetre.java
41,6 → 41,10
aproposOnglet.addText("Version : "+(String) Registry.get(RegistreId.APPLI_VERSION));
aproposOnglet.addText("RĂ©vision : "+(String) Registry.get(RegistreId.APPLI_REVISION));
aproposOnglet.addText("<hr />");
aproposOnglet.addText("<h1>"+"Compilation"+"</h1>");
aproposOnglet.addText("Date : "+(String) Registry.get(RegistreId.APPLI_COMPILATION_DATE_HEURE));
aproposOnglet.addText("Version de Java : "+(String) Registry.get(RegistreId.APPLI_COMPILATION_JAVA_VERSION));
aproposOnglet.addText("<hr />");
aproposOnglet.addText("<h1>"+"Cadre de travail"+"</h1>");
aproposOnglet.addText("GWT : v"+GWT.getVersion());
Version gxtVersion = GXT.getVersion();