diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-02-21 17:19:49 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-02-21 17:19:49 -0500 |
commit | f6b66304f948b0262eedf752fbf5043037905cc9 (patch) | |
tree | fef474636ead703e1aec77e7c6f1e924641e8666 /teledactyl | |
parent | 234f50bce8f529aecbc37d61ecf191c7bbd32fd6 (diff) | |
download | pentadactyl-f6b66304f948b0262eedf752fbf5043037905cc9.tar.gz |
Fix help logo.
Diffstat (limited to 'teledactyl')
-rw-r--r-- | teledactyl/chrome.manifest | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/teledactyl/chrome.manifest b/teledactyl/chrome.manifest index 850fa33e..4995b0e8 100644 --- a/teledactyl/chrome.manifest +++ b/teledactyl/chrome.manifest @@ -13,12 +13,10 @@ component {16dc34f7-6d22-4aa4-a67f-2921fb5dcb69} components/commandline-handler. contract @mozilla.org/commandlinehandler/general-startup;1?type=dactyl {16dc34f7-6d22-4aa4-a67f-2921fb5dcb69} category command-line-handler m-dactyl @mozilla.org/commandlinehandler/general-startup;1?type=dactyl -component {c1b67a07-18f7-4e13-b361-2edcc35a5a0d} components/protocols.js +component {c1b67a07-18f7-4e13-b361-2edcc35a5a0d} components/protocols.js contract @mozilla.org/network/protocol;1?name=chrome-data {c1b67a07-18f7-4e13-b361-2edcc35a5a0d} -component {9c8f2530-51c8-4d41-b356-319e0b155c44} components/protocols.js -contract @mozilla.org/network/protocol;1?name=dactyl {9c8f2530-51c8-4d41-b356-319e0b155c44} +component {9c8f2530-51c8-4d41-b356-319e0b155c44} components/protocols.js +contract @mozilla.org/network/protocol;1?name=dactyl {9c8f2530-51c8-4d41-b356-319e0b155c44} component {f4506a17-5b4d-4cd9-92d4-2eb4630dc388} components/protocols.js contract @dactyl.googlecode.com/base/xpc-interface-shim {f4506a17-5b4d-4cd9-92d4-2eb4630dc388} -component {81495d80-89ee-4c36-a88d-ea7c4e5ac63f} components/protocols.js -contract @mozilla.org/network/protocol/about;1?what=teledactyl {81495d80-89ee-4c36-a88d-ea7c4e5ac63f} |