mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 12:24:13 +01:00
Kill :dia errorconsole as it does the same thing as :dia console in practice.
This commit is contained in:
@@ -243,7 +243,7 @@
|
|||||||
- Added 'passkeys' option. [b3]
|
- Added 'passkeys' option. [b3]
|
||||||
- Added 'passunknown' option. [b7]
|
- Added 'passunknown' option. [b7]
|
||||||
- Changed 'urlseparator' default value to "|". [b3]
|
- Changed 'urlseparator' default value to "|". [b3]
|
||||||
- Added "errorconsole", "passwords", and "venkman" dialogs to :dialog. [b2][b8]
|
- Added "passwords", and "venkman" dialogs to :dialog. [b2][b8]
|
||||||
- Added 'scrollsteps' and 'scrolltime' options. [b8]
|
- Added 'scrollsteps' and 'scrolltime' options. [b8]
|
||||||
- Added 'spelllang' option. [b8]
|
- Added 'spelllang' option. [b8]
|
||||||
- Make 'showmode' a [stringlist] option. [b7]
|
- Make 'showmode' a [stringlist] option. [b7]
|
||||||
|
|||||||
@@ -33,8 +33,6 @@ var Config = Module("config", ConfigBase, {
|
|||||||
function () "inspectDOMDocument" in window],
|
function () "inspectDOMDocument" in window],
|
||||||
downloads: ["Manage Downloads",
|
downloads: ["Manage Downloads",
|
||||||
function () { window.toOpenWindowByType("Download:Manager", "chrome://mozapps/content/downloads/downloads.xul", "chrome,dialog=no,resizable"); }],
|
function () { window.toOpenWindowByType("Download:Manager", "chrome://mozapps/content/downloads/downloads.xul", "chrome,dialog=no,resizable"); }],
|
||||||
errorconsole: ["Error Console",
|
|
||||||
function () { window.toErrorConsole(); }],
|
|
||||||
history: ["List your history",
|
history: ["List your history",
|
||||||
function () { window.openDialog("chrome://browser/content/history/history-panel.xul", "History", "dialog,centerscreen,width=600,height=600"); }],
|
function () { window.openDialog("chrome://browser/content/history/history-panel.xul", "History", "dialog,centerscreen,width=600,height=600"); }],
|
||||||
openfile: ["Open the file selector dialog",
|
openfile: ["Open the file selector dialog",
|
||||||
|
|||||||
Reference in New Issue
Block a user