From bfd88e07e608d1f7417f12969e61ac42e56d6232 Mon Sep 17 00:00:00 2001 From: Alwin Date: Thu, 14 Sep 2017 20:49:40 +0200 Subject: [PATCH] wmaker: Adding copyright year 2017 The Info Panel didn't show the current year. --- src/dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialog.c b/src/dialog.c index b9437c2c..1a24fc86 100644 --- a/src/dialog.c +++ b/src/dialog.c @@ -1129,7 +1129,7 @@ typedef struct { #define COPYRIGHT_TEXT \ "Copyright \xc2\xa9 1997-2006 Alfredo K. Kojima\n"\ "Copyright \xc2\xa9 1998-2006 Dan Pascu\n"\ - "Copyright \xc2\xa9 2013-2016 Window Maker Developers Team" + "Copyright \xc2\xa9 2013-2017 Window Maker Developers Team" static InfoPanel *infoPanel = NULL;