From fa8535f4f9969c71633f5b46e5f65d5b00448c8c Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Tue, 29 May 2007 11:54:57 +0000 Subject: [PATCH] PN : Correction fiche 10739 --- Editeur/uniquesdcopanel.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Editeur/uniquesdcopanel.py b/Editeur/uniquesdcopanel.py index 49ecc2a6..6c3f1fc4 100644 --- a/Editeur/uniquesdcopanel.py +++ b/Editeur/uniquesdcopanel.py @@ -98,6 +98,10 @@ class UNIQUE_SDCO_Panel(UNIQUE_ASSD_Panel): wraplength=int(self.frame_valeur.winfo_width()*0.8), justify='center') self.aide.place(relx=0.5,rely=0.85,anchor='n') + + self.but_val = Button(self.fr_but,text = "Valider",command= self.valid_nom_concept_co) + self.but_val.pack(side='right',padx=5, pady=5) + # affichage de la valeur courante self.display_valeur() if liste_noms_sd == [] : -- 2.39.2