2002-03-10 00:29:33 +01:00
|
|
|
/*
|
|
|
|
* Copyright 1996 Ulrich Schmid
|
|
|
|
*
|
|
|
|
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
*/
|
2000-01-29 23:07:03 +01:00
|
|
|
|
2003-06-23 20:15:15 +02:00
|
|
|
#include <windows.h>
|
2000-01-29 23:07:03 +01:00
|
|
|
#include "progman.h"
|
|
|
|
#include "accel.rc"
|
|
|
|
|
2004-10-18 21:42:43 +02:00
|
|
|
#include "Cs.rc"
|
2002-10-23 22:15:48 +02:00
|
|
|
/* #include "Da.rc" */
|
2004-07-21 00:08:24 +02:00
|
|
|
#include "De.rc"
|
2000-01-29 23:07:03 +01:00
|
|
|
#include "En.rc"
|
2004-08-04 20:17:10 +02:00
|
|
|
#include "Es.rc"
|
2002-10-23 22:15:48 +02:00
|
|
|
/* #include "Fi.rc" */
|
2000-01-29 23:07:03 +01:00
|
|
|
#include "Fr.rc"
|
2003-09-16 03:02:11 +02:00
|
|
|
#include "Hu.rc"
|
2004-03-30 01:06:18 +02:00
|
|
|
#include "It.rc"
|
2002-10-23 22:15:48 +02:00
|
|
|
/* #include "Ko.rc" */
|
2003-10-04 05:09:06 +02:00
|
|
|
#include "Nl.rc"
|
2003-06-23 20:15:15 +02:00
|
|
|
#include "Pt.rc"
|
2003-05-04 04:33:08 +02:00
|
|
|
#include "Ru.rc"
|
2002-10-31 23:46:12 +01:00
|
|
|
#include "Si.rc"
|
2002-10-23 22:15:48 +02:00
|
|
|
/* #include "Sk.rc" */
|
|
|
|
/* #include "Sw.rc" */
|
|
|
|
/* #include "Va.rc" */
|
|
|
|
/* #include "Wa.rc" */
|
2003-01-09 01:51:09 +01:00
|
|
|
#include "Zh.rc"
|