SpiffyTek
/
SMACheck
Archived
1
0
Fork 0

Updated Copyright year

This commit is contained in:
MadMakz 2013-01-01 17:24:09 +01:00
parent a3dd47335c
commit 9dc944acc2
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2012 SpiffyTek (http://spiffytek.com).
Copyright (c) 2012-2013 SpiffyTek (http://spiffytek.com).
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

@ -14,7 +14,7 @@
;#AutoIt3Wrapper_Res_ProductVersion=x.x.x.x ; Broken, use #AutoIt3Wrapper_Res_Field=ProductVersion|x.x.x as workarround.
#AutoIt3Wrapper_Res_Field=ProductVersion|Freeware
#AutoIt3Wrapper_Res_Fileversion=1.1.2.90
#AutoIt3Wrapper_Res_Fileversion=1.1.2.91
#AutoIt3Wrapper_Res_FileVersion_AutoIncrement=N ;(Y/N/P) AutoIncrement FileVersion After Aut2EXE is finished. default=N. P=Prompt, Will ask at Compilation time if you want to increase the versionnumber
#AutoIt3Wrapper_Res_Language=1033 ;Resource Language code . german = 1031, english (U.S.) = 1033. default 2057=English (United Kingdom). For a List see http://technet.microsoft.com/en-us/library/dd346950.aspx

View File

@ -30,7 +30,7 @@ Func _main()
$gButton_Submit = GUICtrlCreateButton("Check", 144, 104, 83, 25, $BS_CENTER)
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
GuiCtrlSetState(-1, 512)
$gCopyright = GUICtrlCreateLabel("Š2012 SpiffyTek && smacBANS", 0, 159, 368, 17, $SS_RIGHT)
$gCopyright = GUICtrlCreateLabel("Š2012-2013 SpiffyTek && smacBANS", 0, 159, 368, 17, $SS_RIGHT)
GUICtrlSetFont(-1, 8, 400, 0, "Tahoma")
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
$gVersion = GUICtrlCreateLabel("v" & $VERSION, 2, 159, 369, 17, $SS_LEFT)