diff --git a/rosapps/notevil/notevil.rc b/rosapps/notevil/notevil.rc index 78f763ba589..1de1da38197 100644 --- a/rosapps/notevil/notevil.rc +++ b/rosapps/notevil/notevil.rc @@ -1,4 +1,4 @@ -/* $Id: notevil.rc,v 1.14 2004/10/16 22:30:18 gvg Exp $ */ +/* $Id$ */ #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Coders Console Parade\0" #define REACTOS_STR_INTERNAL_NAME "notevil\0" @@ -9,9 +9,9 @@ * String table * * 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. (obsolete) * - * 20030602.EA: new coders are added scanning the cvs-commit mailing + * 20050116.EA: new coders are added scanning the ros-svn mailing * list, in no particular order. Current order is kept for historical * reason. * @@ -68,6 +68,7 @@ BEGIN 40, "Andrew Greenwood" 41, "Thomas Weidenmueller" 42, "Jonathan Wilson" + 43, "Alex Ionescu" END /* EOF */ diff --git a/rosapps/notevil/resource.h b/rosapps/notevil/resource.h index 4f282a71a53..24e460090eb 100644 --- a/rosapps/notevil/resource.h +++ b/rosapps/notevil/resource.h @@ -1,2 +1,2 @@ #define RES_FIRST_INDEX 1 -#define RES_LAST_INDEX 42 +#define RES_LAST_INDEX 43