[Zope-CVS] CVS: Packages/Moztop/moztop/content - moztop.xul:1.12
Paul Everitt
paul@zope.com
Mon, 10 Mar 2003 17:54:37 -0500
Update of /cvs-repository/Packages/Moztop/moztop/content
In directory cvs.zope.org:/tmp/cvs-serv21883
Modified Files:
moztop.xul
Log Message:
All commands for new content items are now plugged in and popup dialog boxes under Content directories
=== Packages/Moztop/moztop/content/moztop.xul 1.11 => 1.12 ===
--- Packages/Moztop/moztop/content/moztop.xul:1.11 Sat Feb 15 06:02:00 2003
+++ Packages/Moztop/moztop/content/moztop.xul Mon Mar 10 17:54:05 2003
@@ -9,6 +9,7 @@
<?xul-overlay href="chrome://moztop/content/Explorer/ExplorerOverlay.xul"?>
<?xul-overlay href="chrome://moztop/content/Content/ContentOverlay.xul"?>
<?xul-overlay href="chrome://moztop/content/StatusBar/StatusBarOverlay.xul"?>
+<?xul-overlay href="chrome://moztop/content/Menu/commandset.xul"?>
<!DOCTYPE window [
<!ENTITY % moztopDTD SYSTEM "chrome://moztop/locale/moztop.dtd">
@@ -32,13 +33,7 @@
<script type="application/x-javascript" src="moztop.js"/>
<script type="application/x-javascript" src="StatusBar/TaskManager.js"/>
- <commandset id="maincommands">
- <command id="menu-file-close:command" oncommand="closeProgram();"/>
- <command id="menu-help-zope3:command" oncommand="showZope3();"/>
- <command id="menu-help-about:command" oncommand="showAbout();"/>
- <command id="menu-view-reload:command" oncommand="BrowserReload()"/>
- <command id="menu-debug-dump:command" oncommand="dumpDataSourceManagers();"/>
- </commandset>
+ <commandset id="moztop-commands"/>
<box>
<toolbox flex="100%">