mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
['OLD'_WORDPAD] General resources in rsrc.rc are language-neutral.
This commit is contained in:
parent
1103104227
commit
e942eeaff8
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue