This commit is contained in:
sfraser%netscape.com 1999-07-02 20:55:46 +00:00
Родитель e26bebc42e
Коммит 11ff3751cb
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -457,7 +457,7 @@
</menu>
</popup>
// Use these afer popup windows are working correctly:
<!-- Use these afer popup windows are working correctly -->
<popup id="FontFaceWindow">
<window class="popup" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" width="40" height="40">
<titledbutton value="Default Variable Width" onclick="opener.EditorSetFontFace(''); window.close();"/><html:br/>

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

@ -274,7 +274,7 @@
</popup>
//-- Bug? If any other popups placed after this, they don't get used
<!-- Bug? If any other popups placed after this, they don't get used -->
<popup id="FontFaceWindow">
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" width="40" height="40">
<titledbutton value="Default Variable Width" onclick="opener.EditorSetFontFace(''); window.close();"/>

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

@ -274,7 +274,7 @@
</popup>
//-- Bug? If any other popups placed after this, they don't get used
<!-- Bug? If any other popups placed after this, they don't get used -->
<popup id="FontFaceWindow">
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" width="40" height="40">
<titledbutton value="Default Variable Width" onclick="opener.EditorSetFontFace(''); window.close();"/>