mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Line of text is missing from debug pref pane. r=hewitt sr=hyatt
This commit is contained in:
parent
4ea411c254
commit
3c4117c833
@ -84,7 +84,7 @@ function Startup()
|
||||
function GetColorAndUpdate(ColorWellID)
|
||||
{
|
||||
// Only allow selecting when in custom mode
|
||||
if (!gDialog.CustomColorsRadio.checked) return;
|
||||
if (!gDialog.CustomColorsRadio.selected) return;
|
||||
|
||||
var colorObj = new Object;
|
||||
var colorWell = document.getElementById(ColorWellID);
|
||||
|
@ -35,7 +35,7 @@
|
||||
<dialog id="bmPropsWindow" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
title="&bookmarks.windowtitle.label;"
|
||||
onload="Init()" style="width: 30em;"
|
||||
ondialogaccept="Commit();">
|
||||
ondialogaccept="return Commit();">
|
||||
|
||||
<stringbundle id="bundle_bookmark" src="chrome://communicator/locale/bookmarks/bookmark.properties"/>
|
||||
<script type="application/x-javascript" src="chrome://global/content/globalOverlay.js"/>
|
||||
|
@ -116,7 +116,7 @@
|
||||
</vbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
<groupbox flex="1">
|
||||
<groupbox orient="horizontal" flex="1">
|
||||
<caption label="&fileOpening.label;"/>
|
||||
<description flex="1">&resetText.label;</description>
|
||||
<separator orient="vertical"/>
|
||||
|
@ -65,9 +65,9 @@
|
||||
</groupbox>
|
||||
|
||||
|
||||
<groupbox >
|
||||
<groupbox>
|
||||
<caption label="&accelerators.label;"/>
|
||||
<description label="&acceleratorsBlurb.label;"/>
|
||||
<description value="&acceleratorsBlurb.label;"/>
|
||||
|
||||
<grid flex="1">
|
||||
<columns>
|
||||
|
@ -122,7 +122,7 @@ Contributor(s):
|
||||
<button id="cancel" label="&dialogCancel.label;" oncommand="doCancelButton()"/>
|
||||
<deck id="pauseResumeDeck">
|
||||
<spacer/>
|
||||
<buttonid="pause" label="&pauseButtonText;" oncommand="doPauseButton()"/>
|
||||
<button id="pause" label="&pauseButtonText;" oncommand="doPauseButton()"/>
|
||||
<button id="resume" label="&resumeButtonText;" oncommand="doPauseButton()"/>
|
||||
</deck>
|
||||
<spacer flex="1"/>
|
||||
|
Loading…
Reference in New Issue
Block a user