Added KiCHiK (Amir Szekely) to the list of contributors output when makensis.exe runs.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@639 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
sunjammerx 2002-08-04 19:49:09 +00:00
parent 4c1780d9f0
commit 7f3ad99e51

View file

@ -104,7 +104,7 @@ int main(int argc, char **argv)
"\n"
"Portions Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler (zlib).\n"
"Includes portions derived from bzip2 (see documentation for details).\n"
"Contributors: nnop@newmail.ru, Ryan Geiss, Andras Varga, Drew Davidson, Peter Windridge, Dave Laundon, Robert Rainwater, Yaroslav Faybishenko, Jeff Doozan, et al.\n\n",NSIS_VERSION);
"Contributors: nnop@newmail.ru, Ryan Geiss, Andras Varga, Drew Davidson, Peter Windridge, Dave Laundon, Robert Rainwater, Yaroslav Faybishenko, Jeff Doozan, Amir Szekely, et al.\n\n",NSIS_VERSION);
fflush(g_output);
}