diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-06-29 19:06:40 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-06-29 19:22:09 +1000 |
commit | f9ffc9138a4f42f1734dce94624caade3a81ba8a (patch) | |
tree | 011c3cc872746b26e46f69328712f97a9ee04068 /muttator/content/config.js | |
parent | 701f9ef494c9f540731091d9d6d6a282dc6c1c37 (diff) | |
download | pentadactyl-f9ffc9138a4f42f1734dce94624caade3a81ba8a.tar.gz |
Cleanup and add some documention.
Diffstat (limited to 'muttator/content/config.js')
-rw-r--r-- | muttator/content/config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/muttator/content/config.js b/muttator/content/config.js index 13bc91f9..fd150ef6 100644 --- a/muttator/content/config.js +++ b/muttator/content/config.js @@ -30,6 +30,7 @@ const config = { //{{{ /*** required options, no checks done if they really exist, so be careful ***/ name: "Muttator", hostApplication: "Thunderbird", // TODO: can this be found out otherwise? gBrandBundle.getString("brandShortName"); + // Yes, but it will be localized unlike all other strings. So, it's best left until we i18n liberator. --djk get mainWindowID() this.isComposeWindow ? "msgcomposeWindow" : "messengerWindow", /*** optional options, there are checked for existence and a fallback provided ***/ |