1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-10 18:35:47 +01:00

Add the subscription dialog to :dialog.

This commit is contained in:
Doug Kearns
2009-03-28 23:22:19 +11:00
parent 600d8b95b5
commit 58a5b47f63
2 changed files with 4 additions and 1 deletions

View File

@@ -133,7 +133,9 @@ const config = { //{{{
["searchengines", "Manage installed search engines",
function () { window.openDialog("chrome://browser/content/search/engineManager.xul", "_blank", "chrome,dialog,modal,centerscreen"); }],
["selectionsource", "View selection source",
function () { buffer.viewSelectionSource(); }]
function () { buffer.viewSelectionSource(); }],
["subscribe", "Add a new subscription",
function () { SBSubscribe(); }]
],
//TODO : Write intro.html and tutorial.html

View File

@@ -52,6 +52,7 @@ Available dialogs:
*savepage* Save page to disk
*searchengines* Manage installed search engines
*selectionsource* View selection source
*subscribe* Add a new subscription
-------------------------------------------------------
________________________________________________________________________________