Fixed the resource:// to resource:/ May be related to the menu problems. Appr'd leaf.
git-svn-id: svn://10.0.0.236/trunk@41510 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2087356d68
commit
ffc29a87f0
@ -52,7 +52,7 @@
|
||||
<box align="horizontal" class="box-group">
|
||||
|
||||
<tree id="other-panels" style="width:15em;height:15em;"
|
||||
datasources="resource://res/rdf/sidebar-registry.rdf"
|
||||
datasources="resource:/res/rdf/sidebar-registry.rdf"
|
||||
onclick="selected()"
|
||||
ref="NC:SidebarRoot" >
|
||||
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
}
|
||||
}
|
||||
dump("******* " + features + "\n");
|
||||
window.openDialog("resource://res/samples/dexparamdialog."+extension,
|
||||
window.openDialog("resource:/res/samples/dexparamdialog."+extension,
|
||||
"New", features, {remind:true});
|
||||
}
|
||||
]]>
|
||||
|
||||
@ -25,7 +25,7 @@ function toHistory()
|
||||
}
|
||||
}
|
||||
if (toolkitCore) {
|
||||
toolkitCore.ShowWindow("resource://res/samples/history.xul",window);
|
||||
toolkitCore.ShowWindow("resource:/res/samples/history.xul",window);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://sidebar/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="resource://res/xpinstall/SoftwareUpdate.css" type="text/css"?>
|
||||
<?xml-stylesheet href="resource:/res/xpinstall/SoftwareUpdate.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
xmlns:NC="http://home.netscape.com/softwareupdate-schema#">
|
||||
|
||||
<RDF:Bag about="NC:SoftwareUpdateDataSources">
|
||||
<RDF:li resource="resource://res/xpinstall/SoftwareUpdate-Source-1.rdf" />
|
||||
<RDF:li resource="resource:/res/xpinstall/SoftwareUpdate-Source-1.rdf" />
|
||||
</RDF:Bag>
|
||||
</RDF:RDF>
|
||||
</RDF:RDF>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user