Author: rharabien
Date: Thu Jan  5 17:59:19 2012
New Revision: 54842

URL: http://svn.reactos.org/svn/reactos?rev=54842&view=rev
Log:
[NOTEPAD][WORDPAD]
- Add version information
[BOOTDATA]
- Add Notepad, Wordpad and Paint to Applications registry key

Modified:
    trunk/reactos/base/applications/mspaint/rsrc.rc
    trunk/reactos/base/applications/wordpad/rsrc.rc
    trunk/reactos/boot/bootdata/hivecls_i386.inf

Modified: trunk/reactos/base/applications/mspaint/rsrc.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mspaint/rsrc.rc?rev=54842&r1=54841&r2=54842&view=diff
==============================================================================
--- trunk/reactos/base/applications/mspaint/rsrc.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/mspaint/rsrc.rc [iso-8859-1] Thu Jan  5 
17:59:19 2012
@@ -10,6 +10,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"
 

Modified: trunk/reactos/base/applications/wordpad/rsrc.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/wordpad/rsrc.rc?rev=54842&r1=54841&r2=54842&view=diff
==============================================================================
--- trunk/reactos/base/applications/wordpad/rsrc.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/wordpad/rsrc.rc [iso-8859-1] Thu Jan  5 
17:59:19 2012
@@ -18,6 +18,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

Modified: trunk/reactos/boot/bootdata/hivecls_i386.inf
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivecls_i386.inf?rev=54842&r1=54841&r2=54842&view=diff
==============================================================================
--- trunk/reactos/boot/bootdata/hivecls_i386.inf [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/hivecls_i386.inf [iso-8859-1] Thu Jan  5 
17:59:19 2012
@@ -316,6 +316,10 @@
 
 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:
 


Reply via email to