wine-wine/programs/start/rsrc.rc

37 lines
1.1 KiB
Plaintext
Raw Normal View History

2003-01-21 20:14:36 +00:00
/*
* Copyright 2003 Dan Kegel
*
* 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
*/
#include <windows.h>
#include "resources.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
2004-10-18 19:42:43 +00:00
#include "Cs.rc"
2004-07-13 23:36:37 +00:00
#include "De.rc"
2003-01-21 20:14:36 +00:00
#include "En.rc"
2003-09-27 02:21:33 +00:00
#include "Es.rc"
#include "Fr.rc"
2003-09-15 22:21:18 +00:00
#include "It.rc"
2005-11-14 11:27:36 +00:00
#include "Ko.rc"
#include "Nl.rc"
#include "No.rc"
#include "Pt.rc"
2003-05-04 02:33:08 +00:00
#include "Ru.rc"
/*#include "Si.rc"*/
2006-02-06 12:08:17 +00:00
#include "Tr.rc"