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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
-------------------------------------------------------
|
||||
|
||||
________________________________________________________________________________
|
||||
|
||||
Reference in New Issue
Block a user