From 6f3689ce1cb0be5a416a76a9e31e344b9132ca04 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Wed, 29 Nov 2006 10:22:13 +0000 Subject: [PATCH] PN pour ajouter le nom du catalogue dans la barre de titre --- Editeur/appli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Editeur/appli.py b/Editeur/appli.py index fa18d028..487dbe59 100644 --- a/Editeur/appli.py +++ b/Editeur/appli.py @@ -61,6 +61,7 @@ class APPLI: self.top.minsize(900,500) self.top.geometry("900x500") self.top.title(VERSION + ' pour '+self.code) + self.titre=VERSION + ' pour '+self.code self.top.withdraw() self.initializeTk(master) Pmw.initialise(master) -- 2.39.2