mirror of
https://github.com/LucasVbr/LecteurPdfDoubleAffichage.git
synced 2026-07-09 12:47:45 +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();
|
parent.pack();
|
||||||
|
|
||||||
if (parent.getPdfPanel().chargerPdf(fichier)) {
|
if (parent.getPdfPanel().chargerPdf(fichier)) {
|
||||||
parent.setTitle(fichier.getName());
|
parent.setTitle(GestionPdf.TITRE_APPLICATION + " - " + fichier.getName());
|
||||||
parent.pack();
|
parent.pack();
|
||||||
} else {
|
} else {
|
||||||
// TODO Erreur fichier n'as pas pu etre chargé
|
// TODO Erreur fichier n'as pas pu etre chargé
|
||||||
|
|||||||
Reference in New Issue
Block a user