changeset 109:e105a4f6bf92

Update the copyright date to 2015 and fix UAC in the Windows installer.
author Brian Smith <brian@dbsoft.org>
date Tue, 06 Oct 2015 01:49:33 -0500
parents cafcb5ea0da1
children 8a243285b481 1be3af76b0ee
files install/handyftp-x64.nsi install/handyftp-x86.nsi install/scripts/license.txt src/handyftp.c
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/install/handyftp-x64.nsi	Tue Oct 06 01:21:00 2015 -0500
+++ b/install/handyftp-x64.nsi	Tue Oct 06 01:49:33 2015 -0500
@@ -38,7 +38,7 @@
   InstallDirRegKey HKCU "Software\HandyFTP" ""
 
   ; Request application privileges for Windows Vista
-  RequestExecutionLevel user
+  RequestExecutionLevel admin
 
 ;--------------------------------
 ; Variables
--- a/install/handyftp-x86.nsi	Tue Oct 06 01:21:00 2015 -0500
+++ b/install/handyftp-x86.nsi	Tue Oct 06 01:49:33 2015 -0500
@@ -19,7 +19,7 @@
   InstallDirRegKey HKCU "Software\HandyFTP" ""
 
   ; Request application privileges for Windows Vista
-  RequestExecutionLevel user
+  RequestExecutionLevel admin
 
 ;--------------------------------
 ; Variables
--- a/install/scripts/license.txt	Tue Oct 06 01:21:00 2015 -0500
+++ b/install/scripts/license.txt	Tue Oct 06 01:49:33 2015 -0500
@@ -1,6 +1,6 @@
 Copyright Information About HandyFTP.
 
-Copyright (C) 1999-2012 Brian Smith <brian@dbsoft.org>
+Copyright (C) 1999-2015 Brian Smith <brian@dbsoft.org>
 
 By using this product you accept that the authors hold no responsibility for damage from use of this product.
 
--- a/src/handyftp.c	Tue Oct 06 01:21:00 2015 -0500
+++ b/src/handyftp.c	Tue Oct 06 01:49:33 2015 -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-2012 Brian Smith", 0);
+	stext = dw_text_new("HandyFTP © 2000-2015 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);