Update xcal.py

This commit is contained in:
ᛒᚸ
2019-02-14 14:14:40 -05:00
committed by GitHub
parent 133a800d7d
commit 3ebb4f2111

View File

@@ -415,7 +415,7 @@ def aboutme():
top.wm_title("About xcal")
title = "xcal"
author = "Bronson Graansma"
author = "beorc-gar"
version = "iCalendar v2.0"
Label(top, text=title, font=("Times", 22, "bold"), fg="navy").pack()