2007-09-18 21:39:18 +00:00
|
|
|
/*
|
|
|
|
* Help Viewer
|
|
|
|
*
|
|
|
|
* Copyright 1996 Ulrich Schmid
|
|
|
|
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
|
|
|
|
*
|
|
|
|
* 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 "winhelp_res.h"
|
|
|
|
|
2008-05-05 13:09:49 +00:00
|
|
|
/* @makedep: winhelp.ico */
|
2010-10-17 00:26:32 +00:00
|
|
|
IDI_WINHELP ICON winhelp.ico
|
2009-08-17 01:42:32 +00:00
|
|
|
|
|
|
|
#include "Bg.rc"
|
|
|
|
#include "Cs.rc"
|
|
|
|
#include "En.rc"
|
|
|
|
#include "Es.rc"
|
|
|
|
#include "Fi.rc"
|
|
|
|
#include "Hu.rc"
|
2010-03-06 16:04:27 +00:00
|
|
|
#include "Ko.rc"
|
|
|
|
#include "No.rc"
|
|
|
|
#include "Pl.rc"
|
|
|
|
#include "Sk.rc"
|
|
|
|
#include "Sv.rc"
|
|
|
|
#include "Tr.rc"
|
|
|
|
|
|
|
|
/* UTF-8 */
|
2010-06-13 23:05:40 +00:00
|
|
|
#include "Da.rc"
|
2010-03-06 16:04:27 +00:00
|
|
|
#include "De.rc"
|
|
|
|
#include "Fr.rc"
|
2010-10-17 00:26:32 +00:00
|
|
|
#include "He.rc"
|
2009-08-17 01:42:32 +00:00
|
|
|
#include "It.rc"
|
|
|
|
#include "Ja.rc"
|
|
|
|
#include "Lt.rc"
|
|
|
|
#include "Nl.rc"
|
|
|
|
#include "Pt.rc"
|
|
|
|
#include "Rm.rc"
|
2009-09-27 12:09:18 +00:00
|
|
|
#include "Ro.rc"
|
2009-08-17 01:42:32 +00:00
|
|
|
#include "Ru.rc"
|
|
|
|
#include "Si.rc"
|
2010-10-17 00:26:32 +00:00
|
|
|
#include "Sr.rc"
|
2010-06-13 23:05:40 +00:00
|
|
|
#include "Uk.rc"
|
2009-08-17 01:42:32 +00:00
|
|
|
#include "Zh.rc"
|