fix for bug #18908 changing title to show configuration information in the show summary dialog

This commit is contained in:
varada%netscape.com 1999-11-30 21:14:04 +00:00
parent eae0483fe7
commit 98dfeeabfa

View File

@ -219,8 +219,8 @@ END
IDD_SUMMARY DIALOGEX 0, 0, 336, 271
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Dialog"
FONT 8, "MS Sans Serif", 0, 0, 0x1
CAPTION "Show Configuration Information."
FONT 8, "MS Sans Serif"
BEGIN
PUSHBUTTON "Close",IDCANCEL,279,250,50,14
EDITTEXT IDC_EDIT1,20,16,300,225,ES_MULTILINE | ES_AUTOVSCROLL |