Renamed the main window from scholar.xul, .js to organizeWindow.xul, js
This commit is contained in:
parent
126baf5e58
commit
1910eb32f9
3 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
<!-- Include the global XPCOM object -->
|
||||
<script src="include.js"/>
|
||||
|
||||
<script src="scholar.js"/>
|
||||
<script src="organizeWindow.js"/>
|
||||
<script src="itemTreeView.js"/>
|
||||
<script src="folderTreeView.js"/>
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
<menupopup id="menu_ToolsPopup">
|
||||
<menuseparator id="scholarSeparator" insertbefore="devToolsSeparator"/>
|
||||
<menuitem id="tools-scholar" insertbefore="devToolsSeparator"
|
||||
oncommand="toOpenWindowByType('scholar:window','chrome://scholar/content/scholar.xul');" label="Scholar"
|
||||
oncommand="toOpenWindowByType('scholar:window','chrome://scholar/content/organizeWindow.xul');" label="Scholar"
|
||||
key="key_openScholar"/>
|
||||
</menupopup>
|
||||
|
||||
|
|
Loading…
Reference in a new issue