mirror of
https://github.com/reactos/reactos.git
synced 2026-06-04 18:30:41 +08:00
['OLD'_WORDPAD] General resources in rsrc.rc are language-neutral.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user