fix for bug #4976 getting rid of the boldgroup items from the show summary

git-svn-id: svn://10.0.0.236/trunk@56707 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
varada%netscape.com
2000-01-04 02:02:51 +00:00
parent 3420b21a16
commit d1b30bc98f
2 changed files with 4 additions and 2 deletions

View File

@@ -68,7 +68,8 @@ BOOL CSumDlg::OnInitDialog()
&& GlobalWidgetArray[i].type != "Text"
&& GlobalWidgetArray[i].type != "BoldText"
&& GlobalWidgetArray[i].type != "Button"
&& GlobalWidgetArray[i].type != "GroupBox" )
&& GlobalWidgetArray[i].type != "GroupBox"
&& GlobalWidgetArray[i].type != "BoldGroup" )
{
if (GlobalWidgetArray[i].name != "")
{