mirror of
https://github.com/LucasVbr/LecteurPdfDoubleAffichage.git
synced 2026-05-13 17:11:51 +00:00
fix #51 Nom : "LPDA" et quand doc ouvert "LPDA - [nom_document]"
This commit is contained in:
@@ -45,7 +45,7 @@ public class OuvrirFichier extends MenuItem {
|
||||
parent.pack();
|
||||
|
||||
if (parent.getPdfPanel().chargerPdf(fichier)) {
|
||||
parent.setTitle(fichier.getName());
|
||||
parent.setTitle(GestionPdf.TITRE_APPLICATION + " - " + fichier.getName());
|
||||
parent.pack();
|
||||
} else {
|
||||
// TODO Erreur fichier n'as pas pu etre chargé
|
||||
|
||||
Reference in New Issue
Block a user