[Zope-CVS] CVS: Packages/Moztop/moztop/content/Menu - commandset.xul:1.2
Stephan Richter
srichter@cbu.edu
Thu, 20 Mar 2003 09:34:08 -0500
Update of /cvs-repository/Packages/Moztop/moztop/content/Menu
In directory cvs.zope.org:/tmp/cvs-serv21822/content/Menu
Modified Files:
commandset.xul
Log Message:
Renaming continues:
Rename Content --> workspace
Rename ContentBindings.xml --> folderbindings.xbl
Removed screens for almost all content types; they will be added back soon
in form of xbl.
=== Packages/Moztop/moztop/content/Menu/commandset.xul 1.1 => 1.2 ===
--- Packages/Moztop/moztop/content/Menu/commandset.xul:1.1 Mon Mar 10 17:54:16 2003
+++ Packages/Moztop/moztop/content/Menu/commandset.xul Thu Mar 20 09:33:37 2003
@@ -10,27 +10,27 @@
! 'Connection Wizard', 'chrome',sitesmanager);"/>
<command id="menu-file-new-folder:command"
oncommand="window
- .openDialog('chrome://moztop/content/Content/Folder/newfolder.xul',
+ .openDialog('chrome://moztop/content/workspace/newfolder.xul',
'newcontent','chrome',sitesmanager);"/>
<command id="menu-file-new-file:command"
oncommand="window
- .openDialog('chrome://moztop/content/Content/File/newfile.xul',
+ .openDialog('chrome://moztop/content/workspace/newfile.xul',
'newcontent','chrome',sitesmanager);"/>
<command id="menu-file-new-image:command"
oncommand="window
- .openDialog('chrome://moztop/content/Content/Image/newimage.xul',
+ .openDialog('chrome://moztop/content/workspace/newimage.xul',
'newcontent','chrome',sitesmanager);"/>
<command id="menu-file-new-zptpage:command"
oncommand="window
- .openDialog('chrome://moztop/content/Content/ZPTPage/newzptpage.xul',
+ .openDialog('chrome://moztop/content/workspace/newzptpage.xul',
'newcontent','chrome',sitesmanager);"/>
<command id="menu-file-new-dtmlpage:command"
oncommand="window
- .openDialog('chrome://moztop/content/Content/DTMLPage/newdtmlpage.xul',
+ .openDialog('chrome://moztop/content/workspace/newdtmlpage.xul',
'newcontent','chrome',sitesmanager);"/>
<command id="menu-file-new-sqlscript:command"
oncommand="window
- .openDialog('chrome://moztop/content/Content/SQLScript/newsqlscript.xul',
+ .openDialog('chrome://moztop/content/workspace/newsqlscript.xul',
'newcontent','chrome',sitesmanager);"/>
<command id="menu-file-close:command" oncommand="closeProgram();"/>