Campbell and Dalsnes added to the coders directory.

By the way:
- who's fireball@mok ?
- how do I add Unicode strings to RC files?

svn path=/trunk/; revision=4823
This commit is contained in:
Emanuele Aliberti 2003-06-02 12:30:05 +00:00
parent cea34097ce
commit 881f1cd531
2 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,4 @@
/* $Id: notevil.rc,v 1.9 2003/01/04 15:21:18 ea Exp $ */ /* $Id: notevil.rc,v 1.10 2003/06/02 12:30:05 ea Exp $ */
#include <windows.h> #include <windows.h>
#include "../../reactos/include/reactos/resource.h" #include "../../reactos/include/reactos/resource.h"
@ -45,6 +45,10 @@ END
* Order is the same as in the status report published weekly in * Order is the same as in the status report published weekly in
* the "ros-kernel" mailing list by Rex Jolliff. * the "ros-kernel" mailing list by Rex Jolliff.
* *
* 20030602.EA: new coders are added scanning the cvs-commit mailing
* list, in no particular order. Current order is kept for historical
* reason.
*
*/ */
STRINGTABLE MOVEABLE STRINGTABLE MOVEABLE
BEGIN BEGIN
@ -78,6 +82,8 @@ BEGIN
28, "Jurgen van Gael" 28, "Jurgen van Gael"
29, "Marty Dill" 29, "Marty Dill"
30, "Ge van Geldorp" 30, "Ge van Geldorp"
31, "Richard Campbell"
32, "Gunnar Andre' Dalsnes"
END END
/* EOF */ /* EOF */

View file

@ -1,2 +1,2 @@
#define RES_FIRST_INDEX 1 #define RES_FIRST_INDEX 1
#define RES_LAST_INDEX 30 #define RES_LAST_INDEX 32