2002-03-10 00:29:33 +01:00
|
|
|
/*
|
|
|
|
* Copyright (C) 1999 D A Pickles
|
|
|
|
*
|
|
|
|
* 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
|
|
|
*/
|
1999-06-06 17:24:04 +02:00
|
|
|
|
2007-08-07 08:30:43 +02:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winuser.h>
|
|
|
|
|
1999-06-06 17:24:04 +02:00
|
|
|
#include "wcmd.h"
|
|
|
|
|
2004-10-25 23:54:56 +02:00
|
|
|
#include "Cs.rc"
|
2008-05-04 16:23:26 +02:00
|
|
|
#include "Da.rc"
|
2004-07-30 06:18:46 +02:00
|
|
|
#include "De.rc"
|
2003-06-23 20:15:15 +02:00
|
|
|
#include "En.rc"
|
2004-04-06 05:24:19 +02:00
|
|
|
#include "Es.rc"
|
2003-07-11 05:49:19 +02:00
|
|
|
#include "Fr.rc"
|
2004-07-12 22:46:10 +02:00
|
|
|
#include "Ja.rc"
|
2005-11-14 12:27:36 +01:00
|
|
|
#include "Ko.rc"
|
2003-10-27 23:02:37 +01:00
|
|
|
#include "Nl.rc"
|
2005-09-26 15:25:22 +02:00
|
|
|
#include "No.rc"
|
2004-10-04 21:31:50 +02:00
|
|
|
#include "Pl.rc"
|
2003-06-23 20:15:15 +02:00
|
|
|
#include "Pt.rc"
|
2003-09-17 22:08:20 +02:00
|
|
|
#include "Ru.rc"
|
2003-08-30 00:21:43 +02:00
|
|
|
#include "Si.rc"
|
2006-02-06 13:08:46 +01:00
|
|
|
#include "Tr.rc"
|
1999-06-06 17:24:04 +02:00
|
|
|
|
|
|
|
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
|
|
|
|
|
2007-09-18 13:13:42 +02:00
|
|
|
/* @makedep: wcmd.ico */
|
2003-10-04 06:21:19 +02:00
|
|
|
IDI_ICON1 ICON wcmd.ico
|