mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
f74b6fd4f4
svn path=/trunk/; revision=32142
17 lines
463 B
Text
17 lines
463 B
Text
/* $Id$ */
|
|
|
|
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Console Task Manager\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "ctm\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "ctm.exe\0"
|
|
#define REACTOS_STR_ORIGINAL_COPYRIGHT "2003, Aleksey Bragin\0"
|
|
#include <reactos/version.rc>
|
|
|
|
#include "lang/en-US.rc"
|
|
#include "lang/fr-FR.rc"
|
|
#include "lang/de-DE.rc"
|
|
#include "lang/el-GR.rc"
|
|
#include "lang/uk-UA.rc"
|
|
#include "lang/ru-RU.rc"
|