From ab948d4512d70687e1e1158324b2f705d50c8664 Mon Sep 17 00:00:00 2001 From: "disttsc%bart.nl" Date: Thu, 30 Nov 2000 15:07:53 +0000 Subject: [PATCH] Last batch of the s in xul/js... bug=57751, r=kin, a=ben --- editor/ui/composer/content/editor.js | 2 +- editor/ui/composer/content/sb-bookmarks-panel.xul | 2 +- editor/ui/composer/content/sb-file-panel.xul | 2 +- editor/ui/composer/content/sidebar-editor.xul | 4 ++-- editor/ui/dialogs/content/EdDialogCommon.js | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/editor/ui/composer/content/editor.js b/editor/ui/composer/content/editor.js index bc35b45e62c7..182f29f29dc2 100644 --- a/editor/ui/composer/content/editor.js +++ b/editor/ui/composer/content/editor.js @@ -1902,7 +1902,7 @@ function getColorAndSetColorWell(ColorPickerID, ColorWellID) if (colorWell && color) { - // Use setAttribute so colorwell can be a XUL element, such as titledbutton + // Use setAttribute so colorwell can be a XUL element, such as button colorWell.setAttribute("style", "background-color: " + color); } } diff --git a/editor/ui/composer/content/sb-bookmarks-panel.xul b/editor/ui/composer/content/sb-bookmarks-panel.xul index 1117b7a6217e..a16badaf25c4 100644 --- a/editor/ui/composer/content/sb-bookmarks-panel.xul +++ b/editor/ui/composer/content/sb-bookmarks-panel.xul @@ -62,7 +62,7 @@ - diff --git a/editor/ui/composer/content/sb-file-panel.xul b/editor/ui/composer/content/sb-file-panel.xul index 13b150b4e2d5..99155964b52f 100644 --- a/editor/ui/composer/content/sb-file-panel.xul +++ b/editor/ui/composer/content/sb-file-panel.xul @@ -52,7 +52,7 @@ - diff --git a/editor/ui/composer/content/sidebar-editor.xul b/editor/ui/composer/content/sidebar-editor.xul index 72c42dbb6542..19d53b8010e5 100644 --- a/editor/ui/composer/content/sidebar-editor.xul +++ b/editor/ui/composer/content/sidebar-editor.xul @@ -39,10 +39,10 @@ - - diff --git a/editor/ui/dialogs/content/EdDialogCommon.js b/editor/ui/dialogs/content/EdDialogCommon.js index 2d2bcfbc154a..61b0a7b2df12 100644 --- a/editor/ui/dialogs/content/EdDialogCommon.js +++ b/editor/ui/dialogs/content/EdDialogCommon.js @@ -680,7 +680,7 @@ function setColorWell(ColorWellID, color) else { colorWell.removeAttribute("default"); - // Use setAttribute so colorwell can be a XUL element, such as titledbutton + // Use setAttribute so colorwell can be a XUL element, such as button colorWell.setAttribute("style", "background-color:"+color); } }