diff options
| author | Stephen Blott | 2015-03-15 16:00:08 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2015-03-15 16:00:08 +0000 | 
| commit | 23cb1677bbc79328e7329fab4400f671ea6aee23 (patch) | |
| tree | fb1524027a68a50224ab43e1ceff2756444323cc /pages/options.html | |
| parent | 359c6c3436d08ea0b80c7cdfaa482c04f7592512 (diff) | |
| download | vimium-23cb1677bbc79328e7329fab4400f671ea6aee23.tar.bz2 | |
Fall back to "chrome://newtab" in incognito mode.
Diffstat (limited to 'pages/options.html')
| -rw-r--r-- | pages/options.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pages/options.html b/pages/options.html index 889d5ea0..f89ddcbb 100644 --- a/pages/options.html +++ b/pages/options.html @@ -200,7 +200,7 @@ b: http://b.com/?q=%s description                  <div class="help">                    <div class="example">                        The page to open with the "create new tab" command. -                      Set this to "<tt>pages/blank.html</tt>" for a blank page.<br /> +                      Set this to "<tt>pages/blank.html</tt>" for a blank page (except incognito mode).<br />                    </div>                  </div>                  <input id="newTabUrl" type="text" /> | 
