This commit is contained in:
Edward Lee 2009-03-19 14:02:41 -07:00
Родитель 76a417ebc3
Коммит 08bcb777cd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -468,7 +468,7 @@ let Utils = {
},
openWindow: function Utils_openWindow(name, uri, options, args) {
this._openWin(name, "Window", null, "chrome://weave/content/" + uri,
this._openWin(name, "Window", null, "chrome://weave/content/" + uri,
"", options || "centerscreen,chrome,dialog,resizable=yes", args);
},