Part 1 of X of trying to end up with all this SUBLANG mess
[reactos.git] / reactos / base / applications / screensavers / cylfrac / cylfrac.rc
1 #include <windows.h>
2 #include "resource.h"
3
4 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
5
6 #define REACTOS_VERSION_DLL
7 #define REACTOS_STR_FILE_DESCRIPTION "Cylinders fractal ScreenSaver\0"
8 #define REACTOS_STR_INTERNAL_NAME "cylfrac\0"
9 #define REACTOS_STR_ORIGINAL_FILENAME "cylfrac.scr\0"
10
11 #include <reactos/version.rc>
12
13
14 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
15
16 STRINGTABLE DISCARDABLE
17 BEGIN
18 IDS_DESCRIPTION "Cylinders fractal"
19 END