rsrc.rc 1.22 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/*
 * Copyright 2000 Martin Fuchs
 *
 * 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
16
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 18
 */

19
#include <windows.h>
20 21 22 23 24 25 26 27 28 29
#include "resource.h"

/* define language neutral resources */

LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL

#include "resource.rc"

/* include localised resources */

David Kredba's avatar
David Kredba committed
30
#include "Cs.rc"
31 32
#include "De.rc"
#include "En.rc"
33
#include "Es.rc"
34
#include "Fr.rc"
35
#include "Hu.rc"
36
#include "It.rc"
YunSong Hwang's avatar
YunSong Hwang committed
37
#include "Ko.rc"
38
#include "Nl.rc"
39
#include "No.rc"
Piotr Caban's avatar
Piotr Caban committed
40
#include "Pl.rc"
41
#include "Pt.rc"
42
#include "Ru.rc"
43
#include "Si.rc"
44
#include "Sv.rc"
45
#include "Tr.rc"
46
#include "Zh.rc"