mirror of
https://github.com/LucasVbr/LecteurPdfDoubleAffichage.git
synced 2026-05-13 17:11:51 +00:00
edit popup
This commit is contained in:
@@ -40,7 +40,7 @@ public class Quitter extends MenuItem {
|
||||
protected void action() {
|
||||
final String TITRE = "Quitter";
|
||||
final String MESSAGE
|
||||
= "Êtes-vous sûr de vouloir quitter l'application ?";
|
||||
= "Êtes-vous sûr de vouloir fermer la fenêtre ?";
|
||||
if (Popup.OuiNonPopup(parent, TITRE, MESSAGE)
|
||||
== JOptionPane.YES_OPTION) {
|
||||
parent.quitter();
|
||||
|
||||
Reference in New Issue
Block a user