reactos/rosapps/templates/old_wordpad/wordpad.rc
Aleksey Bragin a92216f309 - Delete mc (stoneage old, there is a standalone win32 port now).
- Fit apps better in dir structure.
- Move old_wordpad to templates (Ged said it's a great framework).

svn path=/trunk/; revision=34308
2008-07-05 18:23:03 +00:00

25 lines
485 B
Plaintext

#include <windows.h>
#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"
//#include <reactos/version.rc>
STRINGTABLE DISCARDABLE
BEGIN
IDS_APPNAME "WordPad"
IDS_VERSION "v0.1"
END
IDI_ICON ICON "res/wordpad.ico"
/* main toolbar icons */
IDB_TEXTTOOLBAR BITMAP DISCARDABLE "res/toolbar.bmp"
#include "rsrc.rc"