- add version information for notepad
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Wed, 9 Apr 2008 11:07:39 +0000 (11:07 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Wed, 9 Apr 2008 11:07:39 +0000 (11:07 +0000)
svn path=/trunk/; revision=32895

reactos/base/applications/notepad/rsrc.rc

index 39a0387..9412b33 100644 (file)
 #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"