rsrc.rc 1.87 KB
Newer Older
1 2 3
/*
 * Top level resource file for Common Dialogs
 *
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
 * Copyright 1999 Bertho Stultiens
 *
 * 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
19 20
 */

21
#include "windef.h"
22 23
#include "winuser.h"
#include "winnls.h"
24 25
#include "cdlg.h"
#include "winspool.h"
26
#include "filedlgbrowser.h"
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43

/*
 * Everything that does not depend on language,
 * like textless bitmaps etc, go into the
 * neutral language. This will prevent them from
 * being duplicated for each language.
 */
#include "cdlg_xx.rc"

/*
 * 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.
 */
#include "cdlg_Ca.rc"
44
#include "cdlg_Cn.rc"
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
#include "cdlg_Cs.rc"
#include "cdlg_Da.rc"
#include "cdlg_De.rc"
#include "cdlg_En.rc"
#include "cdlg_Eo.rc"
#include "cdlg_Es.rc"
#include "cdlg_Fi.rc"
#include "cdlg_Fr.rc"
#include "cdlg_Hu.rc"
#include "cdlg_It.rc"
#include "cdlg_Ko.rc"
#include "cdlg_Nl.rc"
#include "cdlg_No.rc"
#include "cdlg_Pl.rc"
#include "cdlg_Pt.rc"
#include "cdlg_Ru.rc"
61
#include "cdlg_Si.rc"
62
#include "cdlg_Sk.rc"
63 64
#include "cdlg_Sv.rc"
#include "cdlg_Wa.rc"
65
#include "cdlg_Ja.rc"
66
#include "cdlg_Zh.rc"