changeset 114:f306b1daedc4

Updated copyright year, I kept saying I would do this when I needed to make a change in the HandyFTP source code, but all the changes have been in Dynamic Windows. Tired of seeing 2015.
author Brian Smith <brian@dbsoft.org>
date Tue, 06 Aug 2019 17:30:33 -0500
parents f834196ce5b4
children 11b6f3a52c5a
files src/handyftp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/handyftp.c	Wed Jul 31 19:44:41 2019 -0500
+++ b/src/handyftp.c	Tue Aug 06 17:30:33 2019 -0500
@@ -2181,7 +2181,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 © 2000-2015 Brian Smith", 0);
+	stext = dw_text_new("HandyFTP © 2000-2019 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);