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:
gagan%netscape.com 1999-07-29 01:31:47 +00:00
parent 2087356d68
commit ffc29a87f0
5 changed files with 6 additions and 6 deletions

View File

@ -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" >

View File

@ -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});
}
]]>

View File

@ -25,7 +25,7 @@ function toHistory()
}
}
if (toolkitCore) {
toolkitCore.ShowWindow("resource://res/samples/history.xul",window);
toolkitCore.ShowWindow("resource:/res/samples/history.xul",window);
}
}

View File

@ -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
[

View File

@ -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>