mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[COMP]: Fix code header & resource program description.
svn path=/trunk/; revision=71694
This commit is contained in:
parent
38416a7c00
commit
3d73fce572
2 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@
|
|||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/*
|
||||
* PROJECT: ReactOS Comp utility
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS comp utility
|
||||
* FILE: base/applications/cmdutils/comp/comp.c
|
||||
* PURPOSE: Compares the contents of two files
|
||||
* PROGRAMMERS: Ged Murphy (gedmurphy@gmail.com)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "File Compare Utility"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS File Compare Utility"
|
||||
#define REACTOS_STR_INTERNAL_NAME "comp"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "comp.exe"
|
||||
#include <reactos/version.rc>
|
||||
|
|
Loading…
Reference in a new issue