changeset 159:7e0145aebfd2

Update the copyright date for the upcoming release.
author Brian Smith <brian@dbsoft.org>
date Mon, 02 Jan 2023 16:29:45 -0600
parents 3b95a19f0764
children b5bccbefa5f5
files src/handyftp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/handyftp.c	Sat Sep 10 17:06:13 2022 -0500
+++ b/src/handyftp.c	Mon Jan 02 16:29:45 2023 -0600
@@ -2213,7 +2213,7 @@
 	dw_box_pack_start(buttonbox, logo, 337, 131, FALSE, FALSE, 2);
 	dw_box_pack_start(buttonbox, 0, 50, 30, TRUE, FALSE, 0);
 
-	stext = dw_text_new("HandyFTP © 1999-2022 Brian Smith", 0);
+	stext = dw_text_new("HandyFTP © 1999-2023 Brian Smith", 0);
 	dw_window_set_style(stext, DW_DT_CENTER | DW_DT_VCENTER, DW_DT_CENTER | DW_DT_VCENTER);
 	dw_box_pack_start(mainbox, stext, 10, 20, TRUE, TRUE, 0);