Skip to content

Commit 31428aa

Browse files
authored
Update taillefenetre.py
1 parent b56b88c commit 31428aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/taillefenetre.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def BougerFenetre(event):
103103
menuDeroulant = tkinter.Menu(menu, background = gris2, foreground = blanc, activebackground = bleu3, tearoff = 0)
104104
menuDeroulant.add_command(
105105
label = "À propos", command = lambda:[tkinter.messagebox.showinfo(
106-
"À propos", "2048 (Projet NSI GA.1)\n\nCréé par :\n\n- ING Bryan\n- ABASSE Tidiane\n- GALANG Andrei\n\nVersion : 10.0 (S10)", icon = "info"
106+
"À propos", "Python-2048\n\nCréé par :\n\n- Ryse93\n\nVersion : 10.0 (S10)", icon = "info"
107107
)
108108
]
109109
)

0 commit comments

Comments
 (0)