Renamed metadataPane.js/xul to match previous change.

This commit is contained in:
David Norton 2006-06-09 15:54:44 +00:00
parent a7b35c0286
commit 68fed95e8f
3 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<overlay <overlay
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="metadataPane.js"/> <script src="itemPane.js"/>
<tabbox id="scholar-view-item"> <tabbox id="scholar-view-item">
<tabs> <tabs>
<tab label="Info"/> <tab label="Info"/>

View file

@ -4,7 +4,7 @@
<overlay id="scholar" <overlay id="scholar"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<?xul-overlay href="metadataPane.xul" ?> <?xul-overlay href="itemPane.xul" ?>
<!-- Include the global XPCOM object --> <!-- Include the global XPCOM object -->
<script src="include.js"/> <script src="include.js"/>