diff --git a/mozilla/browser/components/preferences/main.js b/mozilla/browser/components/preferences/main.js index c93179f25f4..ef0ded86a70 100644 --- a/mozilla/browser/components/preferences/main.js +++ b/mozilla/browser/components/preferences/main.js @@ -60,6 +60,17 @@ var gMainPane = { * browser.startup.homepage * - the user's home page, as a string; if the home page is a set of tabs, * this will be those URLs separated by the pipe character "|" + * browser.startup.page + * - what page(s) to show when the user starts the application, as an integer: + * + * 0: a blank page + * 1: the home page (as set by the browser.startup.homepage pref) + * 2: the last page the user visited (DEPRECATED) + * 3: windows and tabs from the last session (a.k.a. session restore) + * + * The deprecated option is not exposed in UI; however, if the user has it + * selected and doesn't change the UI for this preference, the deprecated + * option is preserved. */ /** diff --git a/mozilla/browser/components/preferences/main.xul b/mozilla/browser/components/preferences/main.xul index 97b36d0fd03..00be3687e92 100644 --- a/mozilla/browser/components/preferences/main.xul +++ b/mozilla/browser/components/preferences/main.xul @@ -24,6 +24,7 @@ # Contributor(s): # Ben Goodger # Jeff Walden +# Myk Melez # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 2 or later (the "GPL"), or @@ -57,7 +58,10 @@ - + + @@ -104,10 +108,22 @@ #endif - - - + + + + + +