['OLD'_WORDPAD] General resources in rsrc.rc are language-neutral.

This commit is contained in:
Hermès Bélusca-Maïto 2022-12-10 00:40:53 +01:00
parent 1103104227
commit e942eeaff8
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -2,14 +2,16 @@
#include <commctrl.h>
#include "resource.h"
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Document Editor\0"
#define REACTOS_STR_INTERNAL_NAME "wordpad\0"
#define REACTOS_STR_ORIGINAL_FILENAME "wordpad.exe\0"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Document Editor"
#define REACTOS_STR_INTERNAL_NAME "editor"
#define REACTOS_STR_ORIGINAL_FILENAME "editor.exe"
//#include <reactos/version.rc>
STRINGTABLE DISCARDABLE
BEGIN
IDS_APPNAME "WordPad"
IDS_APPNAME "Editor"
IDS_VERSION "v0.1"
END