mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +00:00
- add version information for notepad
svn path=/trunk/; revision=32895
This commit is contained in:
parent
9902fb1148
commit
3aca7f2169
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@
|
|||
#include "commctrl.h"
|
||||
#include "notepad_res.h"
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Editor\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "notepad\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "notepad.exe\0"
|
||||
|
||||
#include <reactos/version.rc>
|
||||
|
||||
|
||||
IDI_NPICON ICON "res/notepad.ico"
|
||||
|
||||
#include "lang/bg-BG.rc"
|
||||
|
|
Loading…
Reference in a new issue