oleaut32/typelib: Properly handle allocation failure on creation.
[wine/multimedia.git] / programs / winhlp32 / Sv.rc
blobc79bacd321a4250fb3379e817b4c2486a79e1288
1 /*
2  * Help Viewer
3  *
4  * Copyright 1996 Ulrich Schmid
5  * Swedish language by Karl Backström <karl_b@geocities.com>
6  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
7  * Copyright 2007, 2008 Daniel Nylander <po@danielnylander.se>
8  * Copyright 2009 Anders Jonsson
9  *
10  * This library is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU Lesser General Public
12  * License as published by the Free Software Foundation; either
13  * version 2.1 of the License, or (at your option) any later version.
14  *
15  * This library is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18  * Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public
21  * License along with this library; if not, write to the Free Software
22  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
23  */
25 #include "winhelp_res.h"
27 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
29 IDD_INDEX DIALOG 0, 0, 200, 190
30 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
31 FONT 8, "MS Shell Dlg"
32 CAPTION "Index"
34     LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
37 IDD_SEARCH DIALOG 0, 0, 200, 190
38 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
39 FONT 8, "MS Shell Dlg"
40 CAPTION "Sök"
42     LTEXT  "Inte implementerat ännu", -1, 10, 10, 180, 150