workaround fix for #15728. r=alecf. prevent crashing when I click on the tab in the create profile wizard.

git-svn-id: svn://10.0.0.236/trunk@50057 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
1999-10-07 00:24:44 +00:00
parent 9299843cda
commit f49a6fc3a9

View File

@@ -19,9 +19,11 @@
</box>
<tabcontrol align="vertical">
<tabbox align="horizontal">
<tab class="selected">&newprofile.title;</tab>
<!-- <tab class="nonselected" onclick="loadPage('mailnews.xul');">&mailnewssettings.title;</tab>-->
<tab class="selected" onclick="loadPage('newProfile1_1.xul');">&newprofile.title;</tab>
<!-- <tab class="nonselected" onclick="loadPage('mailnews.xul');">&mailnews.title;</tab> -->
</tabbox>
<tabpanel flex="100%"/>
<!-- <tabpanel flex="100%"/> -->
</tabcontrol>
</box>