diff options
Diffstat (limited to 'common/content/browser.js')
-rw-r--r-- | common/content/browser.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/browser.js b/common/content/browser.js index 826c2a6b..1e4d2dc8 100644 --- a/common/content/browser.js +++ b/common/content/browser.js @@ -133,7 +133,7 @@ var Browser = Module("browser", { }, commands: function () { - commands.add(["downl[oads]", "dl"], + commands.add(["old-downl[oads]", "old-dl"], "Show progress of current downloads", function () { dactyl.open("chrome://mozapps/content/downloads/downloads.xul", |