From e05c22b83a9a41d776d2fc30cc1ae553cf917f4e Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Mon, 4 May 2009 09:12:09 +0000 Subject: [PATCH] *** empty log message *** --- InterfaceQT/qtCommun.py | 2 +- InterfaceTK/panels.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/InterfaceQT/qtCommun.py b/InterfaceQT/qtCommun.py index 1a629048..4b43a5b8 100644 --- a/InterfaceQT/qtCommun.py +++ b/InterfaceQT/qtCommun.py @@ -61,7 +61,7 @@ class QTPanel: texte="impossible de trouver la commande " + commande QMessageBox.information( self.editor, "Lecteur PDF", texte) return - nom_fichier = cle_doc+".pdf" + nom_fichier = cle_doc fichier = os.path.abspath(os.path.join(self.editor.CONFIGURATION.path_doc, nom_fichier)) try : diff --git a/InterfaceTK/panels.py b/InterfaceTK/panels.py index 8e7e1dba..00a4765d 100644 --- a/InterfaceTK/panels.py +++ b/InterfaceTK/panels.py @@ -187,7 +187,7 @@ class Panel(Frame) : #cle_doc = string.replace(cle_doc,'.','') #cle_doc = string.replace(cle_doc,'-','') commande = self.parent.appli.CONFIGURATION.exec_acrobat - nom_fichier = cle_doc+".pdf" + nom_fichier = cle_doc fichier = os.path.abspath(os.path.join(self.parent.appli.CONFIGURATION.path_doc, nom_fichier)) if os.name == 'nt': -- 2.39.2