[Pkg-mozext-commits] [greasemonkey] 06/35: Update menucommander.js
David Prévot
taffit at moszumanska.debian.org
Wed May 20 02:43:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository greasemonkey.
commit fc5c5823ff48ca308e65b277ef97f05bd4056d9d
Author: janekptacijarabaci <janekptacijarabaci at users.noreply.github.com>
Date: Sun Apr 19 12:39:26 2015 +0200
Update menucommander.js
---
content/menucommander.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/content/menucommander.js b/content/menucommander.js
index 2d99e4a..4d8667b 100644
--- a/content/menucommander.js
+++ b/content/menucommander.js
@@ -54,6 +54,7 @@ GM_MenuCommander.commandClicked = function(aCommand) {
GM_MenuCommander.createMenuItem = function(command) {
var menuItem = document.createElement("menuitem");
menuItem.setAttribute("label", command.name);
+ menuItem.setAttribute("tooltiptext", command.scriptName);
menuItem.addEventListener("command", function() {
GM_MenuCommander.commandClicked(command);
}, false);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git
More information about the Pkg-mozext-commits
mailing list