[Zope-CVS] CVS: Packages/Moztop/moztop/content - moztop.js:1.22
Stephan Richter
srichter@cbu.edu
Thu, 20 Mar 2003 08:49:34 -0500
Update of /cvs-repository/Packages/Moztop/moztop/content
In directory cvs.zope.org:/tmp/cvs-serv16001
Modified Files:
moztop.js
Log Message:
Start of renaming:
Rename About --> about
=== Packages/Moztop/moztop/content/moztop.js 1.21 => 1.22 ===
--- Packages/Moztop/moztop/content/moztop.js:1.21 Sat Mar 15 19:08:13 2003
+++ Packages/Moztop/moztop/content/moztop.js Thu Mar 20 08:49:02 2003
@@ -40,7 +40,7 @@
/* Function to generate the 'About Moztop' Dialog. */
function showAbout() {
- info = window.openDialog("chrome://moztop/content/About/dialog.xul",
+ info = window.openDialog("chrome://moztop/content/about/dialog.xul",
"showmore", "chrome,modal,centerscreen,width=450,height=350");
}