From 66b4c8f800240727495caa20008c9982145a0865 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 15 Mar 2020 00:25:50 -0600 Subject: ui: update copyright date Signed-off-by: Jason A. Donenfeld --- ui/aboutdialog.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/aboutdialog.go b/ui/aboutdialog.go index 238ba5e2..007ddea6 100644 --- a/ui/aboutdialog.go +++ b/ui/aboutdialog.go @@ -104,7 +104,7 @@ func runAboutDialog(owner walk.Form) error { copyrightFont, _ := walk.NewFont("Segoe UI", 7, 0) copyrightLbl.SetFont(copyrightFont) copyrightLbl.SetTextAlignment(walk.AlignHCenterVNear) - copyrightLbl.SetText("Copyright © 2015-2019 Jason A. Donenfeld. All Rights Reserved.") + copyrightLbl.SetText("Copyright © 2015-2020 Jason A. Donenfeld. All Rights Reserved.") buttonCP, err := walk.NewComposite(showingAboutDialog) if err != nil { -- cgit v1.2.3-59-g8ed1b