From c3960e41cbaf7ebdc730fdc7318db888c747317b Mon Sep 17 00:00:00 2001
From: Francois Henrotte <francois.henrotte@ulg.ac.be>
Date: Sat, 19 May 2012 09:18:59 +0000
Subject: [PATCH] =?UTF-8?q?corrig=C3=A9=20update=20des=20numbers?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Common/onelab.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Common/onelab.h b/Common/onelab.h
index a17ad40526..73bb0c81e7 100644
--- a/Common/onelab.h
+++ b/Common/onelab.h
@@ -275,6 +275,7 @@ namespace onelab{
       setMax(p.getMax());
       setStep(p.getStep());
       setChoices(p.getChoices());
+      setValueLabels(p.getValueLabels());
     }
     std::string toChar() const
     {
-- 
GitLab