Commit c1033932 authored by Mircea Bardac's avatar Mircea Bardac

fix year range in the header of installer-functions.nsh


git-svn-id: svn+ssh://svn.psi-im.org/home/psi/svn/win-installer/trunk@30 2d3a5ac0-73f9-4639-b284-2310bd1da355
parent 97e30b0f
;******************************************************** ;********************************************************
; installer-functions.nsh v1.1 - functions for the Psi NSIS Script file ; installer-functions.nsh v1.1 - functions for the Psi NSIS Script file
; Copyright (c) 2004-2005 Mircea Bardac (IceRAM) ; Copyright (c) 2004-2008 Mircea Bardac (IceRAM)
; ;
; This program is free software; you can redistribute it and/or ; This program is free software; you can redistribute it and/or
; modify it under the terms of the GNU General Public License ; modify it under the terms of the GNU General Public License
...@@ -81,6 +81,7 @@ FunctionEnd ...@@ -81,6 +81,7 @@ FunctionEnd
; ************************************* ; *************************************
!macro INIT_LANG_STRINGS !macro INIT_LANG_STRINGS
; initializing the strings with the coresponding ones in the active language ; initializing the strings with the coresponding ones in the active language
StrCpy $LSTR_PSIBASE "Psi (base)" StrCpy $LSTR_PSIBASE "Psi (base)"
StrCpy $LSTR_LANGUAGES "Languages" StrCpy $LSTR_LANGUAGES "Languages"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment