Fixed the description entry bug 11892.

This commit is contained in:
smeredith%netscape.com 2002-01-25 23:27:57 +00:00
parent 2bf65612c0
commit 5f3c1bdb82
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -272,7 +272,7 @@ BEGIN
RTEXT "Pref Name:",IDC_STATIC,15,26,68,8
EDITTEXT IDC_PREFNAME,93,22,184,14,ES_AUTOHSCROLL
RTEXT "Description:",IDC_STATIC,15,43,68,8
EDITTEXT IDC_PREFDESC,93,41,184,33,ES_AUTOHSCROLL
EDITTEXT IDC_PREFDESC,93,41,184,33,ES_MULTILINE
RTEXT "Pref Type:",IDC_STATIC,15,86,68,8
GROUPBOX "",IDC_PREFTYPEGROUP,94,79,183,47
CONTROL "String",IDC_PREFTYPE_STRING,"Button",BS_AUTORADIOBUTTON |