Now always show "More Options" in properties dialog.

This commit is contained in:
rjc%netscape.com 1998-08-13 21:24:29 +00:00
parent 4212615856
commit 64611d35fe

View File

@ -6962,16 +6962,8 @@ HT_Properties (HT_Resource node)
{
context = gRDFMWContext();
}
if (node->parent == NULL)
{
XP_MakeHTMLDialog(context, &rdfWorkspacePropDialogInfo,
RDF_MAIN_TITLE, strings, node, PR_FALSE);
}
else
{
XP_MakeHTMLDialog(context, &rdfPropDialogInfo,
RDF_MAIN_TITLE, strings, node, PR_FALSE);
}
XP_MakeHTMLDialog(context, &rdfWorkspacePropDialogInfo,
RDF_MAIN_TITLE, strings, node, PR_FALSE);
}
else
{