2007-10-04 00:13:26 +02:00
|
|
|
/*
|
|
|
|
* Copyright 2007 Mikolaj Zalewski
|
|
|
|
*
|
|
|
|
* 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "windef.h"
|
|
|
|
#include "winuser.h"
|
|
|
|
#include "commctrl.h"
|
|
|
|
|
|
|
|
#include "resids.h"
|
|
|
|
|
|
|
|
#include "version.rc"
|
|
|
|
|
2008-03-23 22:04:50 +01:00
|
|
|
#include "rsrc_De.rc"
|
2007-10-04 00:13:26 +02:00
|
|
|
#include "rsrc_En.rc"
|
2007-12-05 21:35:35 +01:00
|
|
|
#include "rsrc_Es.rc"
|
2007-12-03 17:54:40 +01:00
|
|
|
#include "rsrc_Fr.rc"
|
2007-10-25 02:22:58 +02:00
|
|
|
#include "rsrc_Ko.rc"
|
2009-03-28 13:11:44 +01:00
|
|
|
#include "rsrc_Lt.rc"
|
2008-02-15 21:53:32 +01:00
|
|
|
#include "rsrc_Nl.rc"
|
2007-12-05 15:11:58 +01:00
|
|
|
#include "rsrc_No.rc"
|
2008-02-13 12:59:34 +01:00
|
|
|
#include "rsrc_Pl.rc"
|
2008-11-12 02:24:28 +01:00
|
|
|
#include "rsrc_Pt.rc"
|
2008-03-23 22:04:34 +01:00
|
|
|
#include "rsrc_Ro.rc"
|
2008-01-22 19:22:04 +01:00
|
|
|
#include "rsrc_Ru.rc"
|
2008-04-07 20:42:52 +02:00
|
|
|
#include "rsrc_Si.rc"
|
2009-02-18 22:57:26 +01:00
|
|
|
#include "rsrc_Sv.rc"
|
2008-09-03 14:19:22 +02:00
|
|
|
#include "rsrc_Zh.rc"
|