ntdll: Fix the initial FPU control word on 32-bit too.
[wine/hacks.git] / programs / wineboot / wineboot_Pl.rc
blob1774d5880d1faf14708a10a94187a0b78762c070
1 /*
2  * WineBoot resources
3  *
4  * Copyright (C) 2007 Robert Shearman for CodeWeavers
5  * Copyright (C) 2008 Mikolaj Zalewski
6  * Copyright (C) 2010 £ukasz Wojni³owicz
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21  *
22  */
24 #include "resource.h"
26 LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
28 IDD_ENDTASK DIALOG DISCARDABLE  0, 0, 186, 71
29 STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
30 CAPTION "Czekanie na program"
31 FONT 8, "MS Shell Dlg"
32 BEGIN
33     DEFPUSHBUTTON   "Anuluj",IDCANCEL,129,49,50,15
34     PUSHBUTTON      "Zakoñcz proces",IDOK,51,49,71,15
35     LTEXT           "Trwa symulowanie wylogowania i restartu systemu, ale ten program nie odpowiada.",
36                     IDC_STATIC,7,7,172,19
37     LTEXT           "Je¿eli zakoñczysz jego proces, mo¿esz straciæ niezapisane dane.",
38                     IDC_STATIC,7,28,172,15
39 END
41 IDD_WAITDLG DIALOG 0, 0, 200, 50
42 STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED
43 CAPTION "Wine"
44 FONT 8, "MS Shell Dlg"
45 BEGIN
46     ICON "", IDC_WAITICON, 3, 3, 10, 10
47     LTEXT "Konfiguracja Wine w %s jest w³aœnie aktualizowana, proszê czekaæ...",
48           IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX
49 END