diff --git a/chrome/content/tabscope/prefs.js b/chrome/content/tabscope/prefs.js index 2b6a9cf..a3b645f 100644 --- a/chrome/content/tabscope/prefs.js +++ b/chrome/content/tabscope/prefs.js @@ -107,6 +107,11 @@ var PrefsUI = { openUILinkIn("http://www.xuldev.org/tabscope/options.php", where); }, + onAeroSelected: function(aText) { + var ps = Cc["@mozilla.org/embedcomp/prompt-service;1"].getService(Ci.nsIPromptService); + ps.alert(window, document.title, aText); + }, + }; diff --git a/chrome/content/tabscope/prefs.xul b/chrome/content/tabscope/prefs.xul index 13f5acb..b28b3c4 100644 --- a/chrome/content/tabscope/prefs.xul +++ b/chrome/content/tabscope/prefs.xul @@ -41,7 +41,9 @@ - + diff --git a/chrome/locale/en-US/tabscope/prefs.dtd b/chrome/locale/en-US/tabscope/prefs.dtd index 40bb651..6a198e8 100644 --- a/chrome/locale/en-US/tabscope/prefs.dtd +++ b/chrome/locale/en-US/tabscope/prefs.dtd @@ -4,6 +4,7 @@ + diff --git a/chrome/locale/ja/tabscope/prefs.dtd b/chrome/locale/ja/tabscope/prefs.dtd index dc17002..2bf9129 100644 --- a/chrome/locale/ja/tabscope/prefs.dtd +++ b/chrome/locale/ja/tabscope/prefs.dtd @@ -4,6 +4,7 @@ +