[NOTEPAD][WORDPAD]

- Add version information
[BOOTDATA]
- Add Notepad, Wordpad and Paint to Applications registry key

svn path=/trunk/; revision=54842
This commit is contained in:
Rafal Harabien 2012-01-05 17:59:19 +00:00
parent 5a729992d7
commit 9aae27bf4a
3 changed files with 16 additions and 0 deletions

View file

@ -11,6 +11,12 @@
#include <windows.h>
#include "definitions.h"
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Paint\0"
#define REACTOS_STR_INTERNAL_NAME "mspaint\0"
#define REACTOS_STR_ORIGINAL_FILENAME "mspaint.exe\0"
#include <reactos/version.rc>
#include "icons.rc"
// UTF-8

View file

@ -19,6 +19,12 @@
#include "wordpad.h"
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS WordPad\0"
#define REACTOS_STR_INTERNAL_NAME "wordpad\0"
#define REACTOS_STR_ORIGINAL_FILENAME "wordpad.exe\0"
#include <reactos/version.rc>
MAINACCELTABLE ACCELERATORS
BEGIN
"1", ID_BACK_1, VIRTKEY, CONTROL

View file

@ -316,6 +316,10 @@ HKCR,"NDS\Clsid","",0x00000002,"{323991f0-7bad-11cf-b03d-00aa006e0975}"
HKCR,"WinNT\Clsid","",0x00000002,"{8b20cd60-0f29-11cf-abc4-02608c9e7553}"
; Applications
HKCR,"Applications\notepad.exe\shell\open\command","",0x00000002,"notepad.exe %1"
HKCR,"Applications\mspaint.exe\shell\open\command","",0x00000002,"mspaint.exe %1"
HKCR,"Applications\wordpad.exe\shell\open\command","",0x00000002,"wordpad.exe %1"
; For language support: