mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
Now always show "More Options" in properties dialog.
This commit is contained in:
parent
4212615856
commit
64611d35fe
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user