mirror of
https://github.com/reactos/reactos.git
synced 2025-04-28 01:11:35 +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 <commctrl.h>
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
|
|
||||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Document Editor\0"
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
#define REACTOS_STR_INTERNAL_NAME "wordpad\0"
|
|
||||||
#define REACTOS_STR_ORIGINAL_FILENAME "wordpad.exe\0"
|
#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>
|
//#include <reactos/version.rc>
|
||||||
|
|
||||||
STRINGTABLE DISCARDABLE
|
STRINGTABLE DISCARDABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_APPNAME "WordPad"
|
IDS_APPNAME "Editor"
|
||||||
IDS_VERSION "v0.1"
|
IDS_VERSION "v0.1"
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue