rsrc.rc 1.61 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/*
 * Top level resource file for OLE Dialogs
 *
 * Copyright 2003 Ulrich Czekalla for CodeWeavers
 *
 * 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
18
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 20 21 22 23 24
 */

#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
25 26
#include "oledlg.h"

27 28 29 30 31 32 33 34 35
#include "resource.h"

/*
 * Everything specific to any language goes
 * in one of the specific files.
 * Note that you can and may override resources
 * which also have a neutral version. This is to
 * get localized bitmaps for example.
 */
David Kredba's avatar
David Kredba committed
36
#include "oledlg_Cs.rc"
37
#include "oledlg_Da.rc"
38
#include "oledlg_De.rc"
39
#include "oledlg_En.rc"
40
#include "oledlg_Es.rc"
41
#include "oledlg_Fr.rc"
42
#include "oledlg_Hu.rc"
43
#include "oledlg_It.rc"
44
#include "oledlg_Ja.rc"
YunSong Hwang's avatar
YunSong Hwang committed
45
#include "oledlg_Ko.rc"
46
#include "oledlg_Nl.rc"
47
#include "oledlg_No.rc"
48
#include "oledlg_Pl.rc"
49
#include "oledlg_Pt.rc"
50
#include "oledlg_Ru.rc"
51
#include "oledlg_Si.rc"
52
#include "oledlg_Sv.rc"
53
#include "oledlg_Tr.rc"
54
#include "oledlg_Zh.rc"