Merge trunk HEAD (46152)
[reactos.git] / base / applications / mscutils / eventvwr / rsrc.rc
1 #include <windows.h>
2 #include "resource.h"
3
4 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
5
6 // Shared icons
7 IDI_EVENTVWR ICON "res/eventvwr.ico"
8 IDI_WARNINGICON ICON "res/warning.ico"
9 IDI_INFORMATIONICON ICON "res/info.ico"
10 IDI_ERRORICON ICON "res/error.ico"
11
12 #include "lang/bg-BG.rc"
13 #include "lang/de-DE.rc"
14 #include "lang/el-GR.rc"
15 #include "lang/en-US.rc"
16 #include "lang/es-ES.rc"
17 #include "lang/fr-FR.rc"
18 #include "lang/it-IT.rc"
19 #include "lang/ja-JP.rc"
20 #include "lang/ko-KR.rc"
21 #include "lang/no-NO.rc"
22 #include "lang/pl-PL.rc"
23 #include "lang/ro-RO.rc"
24 #include "lang/ru-RU.rc"
25 #include "lang/sk-SK.rc"
26 #include "lang/uk-UA.rc"
27