From f7c6f04f2c71ffe5d5fcb42f5cd00a65cffbc67a Mon Sep 17 00:00:00 2001 From: tao Date: Wed, 20 May 1998 00:07:27 +0000 Subject: [PATCH] Fix typo to get build going. git-svn-id: svn://10.0.0.236/branches/NORMANDY_BRANCH@1989 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/cmd/xfe/src/PropertySheetView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/cmd/xfe/src/PropertySheetView.cpp b/mozilla/cmd/xfe/src/PropertySheetView.cpp index 7d7c1555dfc..baa08c4abeb 100644 --- a/mozilla/cmd/xfe/src/PropertySheetView.cpp +++ b/mozilla/cmd/xfe/src/PropertySheetView.cpp @@ -106,7 +106,7 @@ XFE_PropertyTabView* XFE_PropertySheetView::addTab(int tabNameId) return tab; }/* XFE_PropertySheetView::addTab */ -void XFE_PropertySheetView::addTab(XFE_PropertyTabView* tabb, XP_Bool show) +void XFE_PropertySheetView::addTab(XFE_PropertyTabView* tab, XP_Bool show) { addView(tab); if (show) tab->show();