reactos/rosapps/applications/sysutils/screenshot/screenshot.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

11 lines
268 B
Plaintext

#include <windows.h>
#define REACTOS_STR_FILE_DESCRIPTION "desktop screenshot app\0"
#define REACTOS_STR_INTERNAL_NAME "screenshot\0"
#define REACTOS_STR_ORIGINAL_FILENAME "screenshot.exe\0"
#include <reactos/version.rc>
#define IDI_ICON 1
IDI_ICON ICON "snap.ico"