From 881f1cd5315abca6d37eab690fc3b2584662ee1b Mon Sep 17 00:00:00 2001 From: Emanuele Aliberti Date: Mon, 2 Jun 2003 12:30:05 +0000 Subject: [PATCH] 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 --- rosapps/notevil/notevil.rc | 8 +++++++- rosapps/notevil/resource.h | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/rosapps/notevil/notevil.rc b/rosapps/notevil/notevil.rc index 744bda5a41c..bb527285ab7 100644 --- a/rosapps/notevil/notevil.rc +++ b/rosapps/notevil/notevil.rc @@ -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 #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 */ diff --git a/rosapps/notevil/resource.h b/rosapps/notevil/resource.h index 67d1fe263ae..25eccad91c2 100644 --- a/rosapps/notevil/resource.h +++ b/rosapps/notevil/resource.h @@ -1,2 +1,2 @@ #define RES_FIRST_INDEX 1 -#define RES_LAST_INDEX 30 +#define RES_LAST_INDEX 32 -- 2.17.1