mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 04:47:59 +01:00
made :help and :prefs work for muttator again, thanks temerako
This commit is contained in:
@@ -45,10 +45,10 @@ liberator.config = {
|
||||
isComposeWindow: false,
|
||||
|
||||
dialogs: [
|
||||
/*["about", "About Firefox",
|
||||
function() { openDialog("chrome://browser/content/aboutDialog.xul", "_blank", "chrome,dialog,modal,centerscreen"); }],
|
||||
["about", "About Thunderbird", //XXX: Shredder ?
|
||||
function() { openAboutDialog(); }],
|
||||
["addons", "Manage Add-ons",
|
||||
function() { BrowserOpenAddonsMgr(); }],*/
|
||||
function() { openAddonsMgr(); }],
|
||||
["checkupdates", "Check for updates",
|
||||
function() { checkForUpdates(); }],
|
||||
/*["cleardata", "Clear private data",
|
||||
|
||||
Reference in New Issue
Block a user