1/* 2 * Internet control panel applet 3 * 4 * Copyright 2010 Detlef Riekenberg 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 22#include "inetcpl.h" 23 24#ifdef LANGUAGE_DE_DE 25 #include "lang/de-DE.rc" 26#endif 27#ifdef LANGUAGE_EN_US 28 #include "lang/en-US.rc" 29#endif 30#ifdef LANGUAGE_FR_FR 31 #include "lang/fr-FR.rc" 32#endif 33#ifdef LANGUAGE_HE_IL 34 #include "lang/He.rc" 35#endif 36#ifdef LANGUAGE_IT_IT 37 #include "lang/it-IT.rc" 38#endif 39#ifdef LANGUAGE_JA_JP 40 #include "lang/ja-JP.rc" 41#endif 42#ifdef LANGUAGE_KO_KR 43 #include "lang/ko-KR.rc" 44#endif 45#ifdef LANGUAGE_LT_LT 46 #include "lang/lt-LT.rc" 47#endif 48#ifdef LANGUAGE_NL_NL 49 #include "lang/nl-NL.rc" 50#endif 51#ifdef LANGUAGE_PL_PL 52 #include "lang/pl-PL.rc" 53#endif 54#ifdef LANGUAGE_PT_BR 55 #include "lang/pt-BR.rc" 56#endif 57#ifdef LANGUAGE_RO_RO 58 #include "lang/ro-RO.rc" 59#endif 60#ifdef LANGUAGE_RU_RU 61 #include "lang/ru-RU.rc" 62#endif 63#ifdef LANGUAGE_SR_SP 64 #include "lang/Sr.rc" 65#endif 66#ifdef LANGUAGE_SV_SE 67 #include "lang/sv-SE.rc" 68#endif 69#ifdef LANGUAGE_UK_UA 70 #include "lang/uk-UA.rc" 71#endif 72 73#define WINE_FILENAME_STR "inetcpl.cpl" 74#define WINE_FILEDESCRIPTION_STR "Internet Control Panel" 75 76/* Same Version as IE 8 on WinXP */ 77#define WINE_FILEVERSION 8,0,6001,18939 78#define WINE_FILEVERSION_STR "8.00.6001.18939" 79 80#define WINE_PRODUCTVERSION 8,0,6001,18939 81#define WINE_PRODUCTVERSION_STR "8.00.6001.18939" 82 83#include "wine/wine_common_ver.rc" 84 85/* @makedep: inetcpl.ico */ 86ICO_MAIN ICON "inetcpl.ico" 87