2002-03-09 23:29:33 +00: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 12:49:52 +00:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2002-03-09 23:29:33 +00:00
|
|
|
*/
|
1999-06-06 15:24:04 +00:00
|
|
|
|
2007-08-07 06:30:43 +00:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winuser.h>
|
|
|
|
|
1999-06-06 15:24:04 +00:00
|
|
|
#include "wcmd.h"
|
|
|
|
|
2004-10-25 21:54:56 +00:00
|
|
|
#include "Cs.rc"
|
2004-07-30 04:18:46 +00:00
|
|
|
#include "De.rc"
|
2003-06-23 18:15:15 +00:00
|
|
|
#include "En.rc"
|
2004-04-06 03:24:19 +00:00
|
|
|
#include "Es.rc"
|
2003-07-11 03:49:19 +00:00
|
|
|
#include "Fr.rc"
|
2004-07-12 20:46:10 +00:00
|
|
|
#include "Ja.rc"
|
2005-11-14 11:27:36 +00:00
|
|
|
#include "Ko.rc"
|
2003-10-27 22:02:37 +00:00
|
|
|
#include "Nl.rc"
|
2005-09-26 13:25:22 +00:00
|
|
|
#include "No.rc"
|
2004-10-04 19:31:50 +00:00
|
|
|
#include "Pl.rc"
|
2003-06-23 18:15:15 +00:00
|
|
|
#include "Pt.rc"
|
2003-09-17 20:08:20 +00:00
|
|
|
#include "Ru.rc"
|
2003-08-29 22:21:43 +00:00
|
|
|
#include "Si.rc"
|
2006-02-06 12:08:46 +00:00
|
|
|
#include "Tr.rc"
|
1999-06-06 15:24:04 +00:00
|
|
|
|
|
|
|
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
|
|
|
|
|
2007-09-18 11:13:42 +00:00
|
|
|
/* @makedep: wcmd.ico */
|
2003-10-04 04:21:19 +00:00
|
|
|
IDI_ICON1 ICON wcmd.ico
|