[Zope-CVS] CVS: Packages/Moztop/moztop/content - moztop.js:1.12

Sidnei da Silva sidnei@x3ng.com.br
Thu, 16 Jan 2003 10:54:42 -0500


Update of /cvs-repository/Packages/Moztop/moztop/content
In directory cvs.zope.org:/tmp/cvs-serv9063

Modified Files:
	moztop.js 
Log Message:
make dialog modal and centered

=== Packages/Moztop/moztop/content/moztop.js 1.11 => 1.12 ===
--- Packages/Moztop/moztop/content/moztop.js:1.11	Thu Jan 16 10:41:12 2003
+++ Packages/Moztop/moztop/content/moztop.js	Thu Jan 16 10:54:39 2003
@@ -34,7 +34,7 @@
 /* Function to generate the 'About Moztop' Dialog. */
 function showAbout() {
     info = window.openDialog("chrome://moztop/content/About/dialog.xul",
-           "showmore", "chrome,width=450,height=350");
+           "showmore", "chrome,modal,centerscreen,width=450,height=350");
 }
 
 /* Function to generate the 'About Moztop' Dialog. */