mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Alex Ionescu added.
svn path=/trunk/; revision=13088
This commit is contained in:
parent
230af59be2
commit
3d23fea989
2 changed files with 5 additions and 4 deletions
|
@ -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_FILE_DESCRIPTION "ReactOS Coders Console Parade\0"
|
||||||
#define REACTOS_STR_INTERNAL_NAME "notevil\0"
|
#define REACTOS_STR_INTERNAL_NAME "notevil\0"
|
||||||
|
@ -9,9 +9,9 @@
|
||||||
* String table
|
* String table
|
||||||
*
|
*
|
||||||
* 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. (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
|
* list, in no particular order. Current order is kept for historical
|
||||||
* reason.
|
* reason.
|
||||||
*
|
*
|
||||||
|
@ -68,6 +68,7 @@ BEGIN
|
||||||
40, "Andrew Greenwood"
|
40, "Andrew Greenwood"
|
||||||
41, "Thomas Weidenmueller"
|
41, "Thomas Weidenmueller"
|
||||||
42, "Jonathan Wilson"
|
42, "Jonathan Wilson"
|
||||||
|
43, "Alex Ionescu"
|
||||||
END
|
END
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#define RES_FIRST_INDEX 1
|
#define RES_FIRST_INDEX 1
|
||||||
#define RES_LAST_INDEX 42
|
#define RES_LAST_INDEX 43
|
||||||
|
|
Loading…
Reference in a new issue