Lots and lots of bug fixes and XUL widget conversions. Work in progress, but must checkin to allow XPFE to fix bugs

This commit is contained in:
cmanske%netscape.com 2007-08-22 04:53:29 +00:00
Родитель 11a52f90eb
Коммит 76e892f9b7
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -27,6 +27,8 @@
<style type="text/css">
/* Don't set attributes here, or they can't be changed! */
p.note:before { content: "Note: "; }
</style>
</head>

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

@ -43,8 +43,8 @@
persist="screenX screenY width height"
>
<html:script language="JavaScript" src="chrome://editor/content/EditorCommands.js"/>
<html:script language="JavaScript" src="chrome://editor/content/EditorCommandsDebug.js"/>
<script language="JavaScript" src="chrome://editor/content/EditorCommands.js"/>
<script language="JavaScript" src="chrome://editor/content/EditorCommandsDebug.js"/>
<commands id="commands">
<commandset id="globalEditMenuItems"/>