1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 15:57:58 +01:00

fixed :dl command

This commit is contained in:
Martin Stubenschrott
2007-05-04 22:48:13 +00:00
parent c6d67fe8fe
commit 2754fdc37a
4 changed files with 6 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ var g_commands = [/*{{{*/
["downloads", "dl"],
["downloads"],
"Show progress of current downloads",
"Open the original Firefox download dialog in a new tab.",
"Open the original Firefox download dialog in a new tab.<br>"+
"Here, downloads can be paused, canceled and resumed.",
function() { openURLsInNewTab("chrome://mozapps/content/downloads/downloads.xul", true); },
null