1c95f22f343e71627ebc0262dd971937e64edc6a
[reactos.git] / reactos / lib / cpl / intl / intl.rc
1 /* $Id$ */
2
3 #include <defines.h>
4 #include "resource.h"
5
6 #define REACTOS_VERSION_DLL
7 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Control Panel\0"
8 #define REACTOS_STR_INTERNAL_NAME "intl\0"
9 #define REACTOS_STR_ORIGINAL_FILENAME "intl.cpl\0"
10 #include <reactos/version.rc>
11
12
13 IDC_CPLICON ICON "resources/applet.ico"
14 IDC_FLAGS ICON "resources/flags.ico"
15
16
17
18 /*
19 * Everything specific to any language goes in one of the specific
20 * files. Note that you can and may override resources which also have
21 * a neutral version. This is to get localized bitmaps for example.
22 */
23
24 #include "en.rc"
25 #include "de.rc"
26 #include "sv.rc"
27
28