/* * Top level resource file for browseui stuff * * Copyright 2009 Andrew Hill * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include #include "shlobj.h" #include "resource.h" #include "version.rc" LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL ///////////////////////////////////////////////////////////////////////////// // // REGISTRY // IDR_ADDRESSBAND REGISTRY "res/addressband.rgs" IDR_ADDRESSEDITBOX REGISTRY "res/addresseditbox.rgs" IDR_ACLMULTI REGISTRY "res/autocompletecontainer.rgs" IDR_BANDPROXY REGISTRY "res/bandproxy.rgs" IDR_BANDSITE REGISTRY "res/rebarbandsite.rgs" IDR_BANDSITEMENU REGISTRY "res/bandsitemenu.rgs" IDR_BRANDBAND REGISTRY "res/brandband.rgs" IDR_COMMONBROWSER REGISTRY "res/commonbrowser.rgs" IDR_GLOBALFOLDERSETTINGS REGISTRY "res/globalfoldersettings.rgs" IDR_INTERNETTOOLBAR REGISTRY "res/internettoolbar.rgs" IDR_REGTREEOPTIONS REGISTRY "res/regtreeoptions.rgs" /* * Everything specific to any language goes * in one of the specific files. */ //#include "lang/ca-ES.rc" //#include "lang/cs-CZ.rc" //#include "lang/da-DK.rc" //#include "lang/de-DE.rc" //#include "lang/el-GR.rc" //#include "lang/en-GB.rc" //#include "lang/fi-FI.rc" //#include "lang/fr-FR.rc" //#include "lang/hu-HU.rc" //#include "lang/it-IT.rc" //#include "lang/ja-JP.rc" //#include "lang/ko-KR.rc" //#include "lang/nl-NL.rc" //#include "lang/no-NO.rc" //#include "lang/pt-BR.rc" //#include "lang/pt-PT.rc" //#include "lang/ru-RU.rc" //#include "lang/sl-SI.rc" //#include "lang/sk-SK.rc" //#include "lang/sv-SE.rc" //#include "lang/zh-CN.rc" //#include "lang/zh-TW.rc" /* UTF-8 */ #ifdef LANGUAGE_BG_BG #include "lang/bg-BG.rc" #endif #ifdef LANGUAGE_EN_US #include "lang/en-US.rc" #endif #ifdef LANGUAGE_ES_ES #include "lang/es-ES.rc" #endif #ifdef LANGUAGE_IT_IT #include "lang/it-IT.rc" #endif #ifdef LANGUAGE_PL_PL #include "lang/pl-PL.rc" #endif #ifdef LANGUAGE_RO_RO #include "lang/ro-RO.rc" #endif #ifdef LANGUAGE_TR_TR #include "lang/tr-TR.rc" #endif #ifdef LANGUAGE_UK_UA #include "lang/uk-UA.rc" #endif