mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
winedbg: Use the standard dialog font for the crash dialogs.
This commit is contained in:
parent
6dd16ec1f0
commit
aef2eeea6c
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ END
|
|||
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
|
||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Program Error"
|
||||
FONT 8, "Tahoma"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "",IDC_STATIC_BG,0,0,273,52,WS_BORDER,0
|
||||
LTEXT "The program %s has encountered a serious problem and needs \
|
||||
|
@ -61,7 +61,7 @@ END
|
|||
IDD_DETAILS_DLG DIALOGEX 100, 100, 300, 240
|
||||
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_VISIBLE
|
||||
CAPTION "Program Error Details"
|
||||
FONT 8, "Tahoma"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
EDITTEXT IDC_CRASH_TXT, 4, 4, 292, 172, ES_MULTILINE | ES_READONLY | WS_HSCROLL | WS_VSCROLL, WS_TABSTOP
|
||||
CONTROL "If this problem is not present under Windows and has not been reported yet, \
|
||||
|
|
Loading…
Reference in a new issue