mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
23 lines
775 B
XML
23 lines
775 B
XML
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE RDF SYSTEM "chrome://messenger/locale/sidebar-messenger-rdf.dtd" >
|
|
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:NC="http://home.netscape.com/NC-rdf#">
|
|
|
|
<RDF:Seq about="NC:MessengerSidebarRoot">
|
|
<RDF:li>
|
|
<RDF:Description ID="MessengerFolders">
|
|
<NC:title>&sidebar.folders.label;</NC:title>
|
|
<NC:content>chrome://messenger/content/folderPane.xul</NC:content>
|
|
<NC:height>250px</NC:height>
|
|
</RDF:Description>
|
|
</RDF:li>
|
|
<RDF:li>
|
|
<RDF:Description ID="flash">
|
|
<NC:title>&sidebar.flash.label;</NC:title>
|
|
<NC:content>chrome://communicator/content/sidebar/flash.xul</NC:content>
|
|
</RDF:Description>
|
|
</RDF:li>
|
|
</RDF:Seq>
|
|
</RDF:RDF>
|