From 0bb5b736d8657ab13c934cc2d0f44ae9a7617c19 Mon Sep 17 00:00:00 2001 From: Klemens Friedl Date: Sun, 5 Mar 2006 13:57:35 +0000 Subject: [PATCH] add & altered some text files (update information) svn path=/trunk/; revision=21229 --- reactos/CREDITS | 3 +++ rosapps/notevil/notevil.rc | 15 +++++++++++++++ rosapps/notevil/resource.h | 2 +- rosapps/readme.txt | 26 +++++++++++++++++--------- 4 files changed, 36 insertions(+), 10 deletions(-) diff --git a/reactos/CREDITS b/reactos/CREDITS index 27ecf3dc095..9398ffaca9a 100644 --- a/reactos/CREDITS +++ b/reactos/CREDITS @@ -53,8 +53,11 @@ Alex Ionescu Herve Poussineau Ged Murphy Saveliy Tretiakov +Klemens R. Friedl + Graphic Design from Mindflyer +Tango Desktop Project (http://tango-project.org) Everaldo (http://everaldo.com) diff --git a/rosapps/notevil/notevil.rc b/rosapps/notevil/notevil.rc index d689efff0b1..7cc226da2c6 100644 --- a/rosapps/notevil/notevil.rc +++ b/rosapps/notevil/notevil.rc @@ -15,7 +15,10 @@ * list, in no particular order. Current order is kept for historical * reason. * + * 2006-03-05, frik85: add new coders (in no particular order) + * */ + STRINGTABLE MOVEABLE BEGIN 1, "Boudewijn Dekker (Ariadne)" @@ -69,6 +72,18 @@ BEGIN 41, "Jonathan Wilson" 42, "Alex Ionescu" 43, "Jim Tabor" + 44, "Magnus Olsen" + 45, "Herve Poussineau" +END + +STRINGTABLE MOVEABLE +BEGIN + 46, "Christoph von Wittich" + 47, "Brandon Turner" + 48, "Ged Murphy" + 49, "Klemens R. Friedl" + 50, "Maarten Bosma" + 51, "Saveliy Tretiakov" END /* EOF */ diff --git a/rosapps/notevil/resource.h b/rosapps/notevil/resource.h index 6a7333b059b..625598ac06c 100644 --- a/rosapps/notevil/resource.h +++ b/rosapps/notevil/resource.h @@ -1,2 +1,2 @@ #define RES_FIRST_INDEX 1 -#define RES_LAST_INDEX 44 +#define RES_LAST_INDEX 51 diff --git a/rosapps/readme.txt b/rosapps/readme.txt index c5d01e2b99e..fe61c81c360 100644 --- a/rosapps/readme.txt +++ b/rosapps/readme.txt @@ -1,17 +1,25 @@ $Id$ +==================== +ReactOS Applications +==================== + This directory contains extra applicatons for ReactOS. Make sure you also have a copy of the rest of the ReactOS source before you attempt to build anything in this module. -The following is a short decription of each. Check for a +The following is a short decription of each. Check for a readme.txt under each application for more details. -CMDUTILS: External commands for CMD. -DEVUTILS: Extra developer tools. -DFLAT32 : Console text editor -GAMES : The start of the ReactOS games collection -MC : Midnight Commander -NET : Network tools: Ncftp, etc... -NOTEVIL : ReactOS Coders Console Parade. -SYSUTILS: System Utilities. +CMDUTILS : External commands for CMD. +DEMOS : Demonstration applications +DEVUTILS : Extra developer tools. +DFLAT32 : Console text editor +GAMES : The start of the ReactOS games collection +MC : Midnight Commander +NET : Network tools (Ncftp, etc.) +NOTEVIL : ReactOS Coders Console Parade. +SYSUTILS : System Utilities. +TEMPLATES: Application Template (dialog, mdi, etc.) +Tests : Test applications (alphablend, mdi, moztest, wm_paint, etc.) +WELCOME : An alternative welcome dialog, the default one is part of the reactos dir. \ No newline at end of file