mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
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:
parent
cea34097ce
commit
881f1cd531
2 changed files with 8 additions and 2 deletions
|
@ -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 "../../reactos/include/reactos/resource.h"
|
||||
|
||||
|
@ -45,6 +45,10 @@ END
|
|||
* Order is the same as in the status report published weekly in
|
||||
* 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
|
||||
BEGIN
|
||||
|
@ -78,6 +82,8 @@ BEGIN
|
|||
28, "Jurgen van Gael"
|
||||
29, "Marty Dill"
|
||||
30, "Ge van Geldorp"
|
||||
31, "Richard Campbell"
|
||||
32, "Gunnar Andre' Dalsnes"
|
||||
END
|
||||
|
||||
/* EOF */
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#define RES_FIRST_INDEX 1
|
||||
#define RES_LAST_INDEX 30
|
||||
#define RES_LAST_INDEX 32
|
||||
|
|
Loading…
Reference in a new issue