completed move to overlay.xul. Main interface will now be in scholar.xul. Next move: move functionality from sidebar.xul, editpane.xul to scholar.xul
This commit is contained in:
parent
139fc8ca99
commit
edb653cad4
3 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
<menupopup id="menu_ToolsPopup">
|
||||
<menuitem id="tools-scholar"
|
||||
oncommand="open('chrome://scholar/content/scholar-main.xul','scholar-window','chrome, resizable');" label="Scholar"
|
||||
oncommand="open('chrome://scholar/content/scholar.xul','scholar-window','chrome, resizable');" label="Scholar"
|
||||
key="key_openScholar"/>
|
||||
</menupopup>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
onload="init()"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<script src="scholar-main.js"/>
|
||||
<script src="scholar.js"/>
|
||||
<script src="treeView.js"/>
|
||||
|
||||
<toolbar>
|
Loading…
Reference in a new issue