https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e942eeaff8e0243469804d...
commit e942eeaff8e0243469804d07359fc95d69b6c621 Author: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org AuthorDate: Sat Dec 10 00:40:53 2022 +0100 Commit: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org CommitDate: Sat Dec 10 00:40:53 2022 +0100
['OLD'_WORDPAD] General resources in rsrc.rc are language-neutral. --- modules/rosapps/templates/old_wordpad/rsrc.rc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/modules/rosapps/templates/old_wordpad/rsrc.rc b/modules/rosapps/templates/old_wordpad/rsrc.rc index 918666a3f19..95dc2273738 100644 --- a/modules/rosapps/templates/old_wordpad/rsrc.rc +++ b/modules/rosapps/templates/old_wordpad/rsrc.rc @@ -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