2002-03-10 00:29:33 +01:00
|
|
|
/*
|
|
|
|
* Clock resources
|
|
|
|
*
|
|
|
|
* Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
|
|
|
|
*
|
|
|
|
* 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
|
2006-05-18 14:49:52 +02:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2002-03-10 00:29:33 +01:00
|
|
|
*/
|
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
|
|
|
|
2002-03-27 22:17:01 +01:00
|
|
|
#include "clock_res.h"
|
2003-12-03 04:58:29 +01:00
|
|
|
|
2004-10-18 21:42:43 +02:00
|
|
|
#include "Cs.rc"
|
2000-01-29 23:07:03 +01:00
|
|
|
#include "Da.rc"
|
|
|
|
#include "De.rc"
|
|
|
|
#include "En.rc"
|
2006-04-01 17:46:33 +02:00
|
|
|
#include "Eo.rc"
|
2000-01-29 23:07:03 +01:00
|
|
|
#include "Es.rc"
|
|
|
|
#include "Fi.rc"
|
|
|
|
#include "Fr.rc"
|
2002-11-04 23:45:22 +01:00
|
|
|
#include "Hu.rc"
|
2003-08-19 05:44:41 +02:00
|
|
|
#include "It.rc"
|
2005-11-10 12:06:34 +01:00
|
|
|
#include "Ko.rc"
|
2003-10-01 05:04:32 +02:00
|
|
|
#include "Nl.rc"
|
2005-09-20 14:00:13 +02:00
|
|
|
#include "No.rc"
|
2004-10-05 20:09:34 +02:00
|
|
|
#include "Pl.rc"
|
2000-01-29 23:07:03 +01:00
|
|
|
#include "Pt.rc"
|
2003-05-04 04:33:08 +02:00
|
|
|
#include "Ru.rc"
|
2002-08-30 02:00:01 +02:00
|
|
|
#include "Si.rc"
|
2000-10-31 02:19:11 +01:00
|
|
|
#include "Sk.rc"
|
2000-01-29 23:07:03 +01:00
|
|
|
#include "Sw.rc"
|
2003-11-25 01:08:18 +01:00
|
|
|
#include "Th.rc"
|
2006-02-06 13:07:30 +01:00
|
|
|
#include "Tr.rc"
|
2000-01-29 23:07:03 +01:00
|
|
|
#include "Wa.rc"
|
2003-01-09 01:51:09 +01:00
|
|
|
#include "Zh.rc"
|