Alexandre Julliard : winedbg: Use the standard dialog font for the crash dialogs.

Alexandre Julliard julliard at winehq.org
Fri Jan 20 13:09:28 CST 2012


Module: wine
Branch: master
Commit: aef2eeea6c247e37ce53c571558c8b5d7b3aa2f8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=aef2eeea6c247e37ce53c571558c8b5d7b3aa2f8

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jan 20 11:58:45 2012 +0100

winedbg: Use the standard dialog font for the crash dialogs.

---

 programs/winedbg/winedbg.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/winedbg/winedbg.rc b/programs/winedbg/winedbg.rc
index cadfc67..4effa6e 100644
--- a/programs/winedbg/winedbg.rc
+++ b/programs/winedbg/winedbg.rc
@@ -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, \




More information about the wine-cvs mailing list