- Sync with trunk up to r46941.
[reactos.git] / dll / win32 / browseui / browseui.rc
1 /*
2 * Top level resource file for browseui stuff
3 *
4 * Copyright 2009 Andrew Hill
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 */
20
21 #include <windows.h>
22 #include "shlobj.h"
23 #include "resource.h"
24
25 #include "version.rc"
26
27 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
28
29 /////////////////////////////////////////////////////////////////////////////
30 //
31 // REGISTRY
32 //
33 IDR_ADDRESSBAND REGISTRY "res\\addressband.rgs"
34 IDR_ADDRESSEDITBOX REGISTRY "res\\addresseditbox.rgs"
35 IDR_ACLMULTI REGISTRY "res\\autocompletecontainer.rgs"
36 IDR_BANDPROXY REGISTRY "res\\bandproxy.rgs"
37 IDR_BANDSITE REGISTRY "res\\rebarbandsite.rgs"
38 IDR_BANDSITEMENU REGISTRY "res\\bandsitemenu.rgs"
39 IDR_BRANDBAND REGISTRY "res\\brandband.rgs"
40 IDR_COMMONBROWSER REGISTRY "res\\commonbrowser.rgs"
41 IDR_GLOBALFOLDERSETTINGS REGISTRY "res\\globalfoldersettings.rgs"
42 IDR_INTERNETTOOLBAR REGISTRY "res\\internettoolbar.rgs"
43 IDR_REGTREEOPTIONS REGISTRY "res\\regtreeoptions.rgs"
44
45
46 /*
47 * Everything specific to any language goes
48 * in one of the specific files.
49 */
50 //#include "lang/bg-BG.rc"
51 //#include "lang/ca-ES.rc"
52 //#include "lang/cs-CZ.rc"
53 //#include "lang/da-DK.rc"
54 //#include "lang/de-DE.rc"
55 //#include "lang/el-GR.rc"
56 //#include "lang/en-GB.rc"
57 #include "lang/en-US.rc"
58 #include "lang/es-ES.rc"
59 //#include "lang/fi-FI.rc"
60 //#include "lang/fr-FR.rc"
61 //#include "lang/hu-HU.rc"
62 //#include "lang/it-IT.rc"
63 //#include "lang/ja-JP.rc"
64 //#include "lang/ko-KR.rc"
65 //#include "lang/nl-NL.rc"
66 //#include "lang/no-NO.rc"
67 //#include "lang/pl-PL.rc"
68 //#include "lang/pt-BR.rc"
69 //#include "lang/pt-PT.rc"
70 //#include "lang/ro-RO.rc"
71 //#include "lang/ru-RU.rc"
72 //#include "lang/sl-SI.rc"
73 //#include "lang/sk-SK.rc"
74 //#include "lang/sv-SE.rc"
75 //#include "lang/tr-TR.rc"
76 //#include "lang/uk-UA.rc"
77 //#include "lang/zh-CN.rc"
78 //#include "lang/zh-TW.rc"