fix bug 67884 Show Add Bookmark dialog pref is reversed between dialog & pref panel

r=mao, sr=alecf
This commit is contained in:
timeless%mac.com 2001-03-01 00:24:34 +00:00
Родитель 0c0e0a03ca
Коммит 3adc7b4950
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -2,7 +2,7 @@
<!ENTITY lHeader "Bookmarks">
<!ENTITY filingBookmarks.label "Filing Bookmarks">
<!ENTITY autoFile.label "&brandShortName; will ask you to choose a title and folder when adding a new Bookmark.">
<!ENTITY disableAutoFile.label "Always ask me to choose a title and folder when adding a new Bookmark.">
<!ENTITY enableAutoFile.label "When adding a new Bookmark, automatically select its title and destination.">
<!ENTITY defaultFolder.label "By default, all new Bookmarks will be added into this folder:">
<!ENTITY chooseDefaultFolder.label "Choose Folder...">
<!ENTITY chooseDefaultFolder.accesskey "c">

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

@ -38,7 +38,7 @@
<script language="JavaScript">
<![CDATA[
var _elementIDs = ["disableAutoFile", "showExtendedData"];
var _elementIDs = ["enableAutoFile", "showExtendedData"];
var gCreateInFolder = "NC:NewBookmarkFolder";
function Startup ()
@ -90,7 +90,7 @@
<title value="&filingBookmarks.label;"/>
<html flex="1">&autoFile.label;</html>
<box autostretch="never" flex="1">
<checkbox id="disableAutoFile" value="&disableAutoFile.label;"
<checkbox id="enableAutoFile" value="&enableAutoFile.label;"
pref="true" preftype="bool" prefstring="browser.bookmarks.add_without_dialog"
prefattribute="checked" flex="1" valign="top"/>
</box>