This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit d8b5843c09c28e6e25e63878de9a902435f66ed3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Oct 21 09:32:22 2015 +0200 Mettre en évidence dans les écrans d'édition d'un référentiel le label de base en cours d'utilisation (See #7610) --- .../java/fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java index 57aef51..1158cba 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java @@ -463,7 +463,7 @@ public class ContentReferenceUIHandler<E extends ReferentialDto> extends Content ui.getConfig().getDbLocale()); String libelleName = localeEnum.getLibelle() + "Label"; for (int i = 1; i <= 8; i++) { - String lib = "libelle" + i + "Label"; + String lib = "label" + i + "Label"; JLabel label = (JLabel) ui.getObjectById(lib); if (label == null) { // not in ui actually @@ -481,7 +481,7 @@ public class ContentReferenceUIHandler<E extends ReferentialDto> extends Content font = normalFont; } label.setFont(font); - ((JComponent) ui.getObjectById("libelle" + i)).setFont(font); + ((JComponent) ui.getObjectById("label" + i)).setFont(font); } } ContentMode mode = computeContentMode(); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.