summaryrefslogtreecommitdiffabout
path: root/content/fireflix-panel.xul
authorMichael Krelin <hacker@klever.net>2006-10-12 00:02:08 (UTC)
committer Michael Krelin <hacker@klever.net>2006-10-12 00:02:08 (UTC)
commit02372a254dafdfd7564e95c7c6d5cc1b93def7ec (patch) (side-by-side diff)
tree2fe911682c4773a5a37702a9ddd95c4181f2b0f4 /content/fireflix-panel.xul
parentd1c9236d6eb9ddf777d8e74659b77aac8890f58e (diff)
downloadfireflix-02372a254dafdfd7564e95c7c6d5cc1b93def7ec.zip
fireflix-02372a254dafdfd7564e95c7c6d5cc1b93def7ec.tar.gz
fireflix-02372a254dafdfd7564e95c7c6d5cc1b93def7ec.tar.bz2
added brief help file
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@191 fe716a7a-6dde-0310-88d9-d003556173a8
Diffstat (limited to 'content/fireflix-panel.xul') (more/less context) (ignore whitespace changes)
-rw-r--r--content/fireflix-panel.xul3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/fireflix-panel.xul b/content/fireflix-panel.xul
index 1278621..b961edb 100644
--- a/content/fireflix-panel.xul
+++ b/content/fireflix-panel.xul
@@ -31,6 +31,8 @@
oncommand="fireflix.openTab('http://www.flickr.com/')" />
<command id="cmd_auth_unauth" label="&panel.auth.unauth.label;"
oncommand="fireflix.on_cmd_auth_unauth()" />
+ <command id="cmd_help" label="?"
+ oncommand="fireflix.openTab('chrome://fireflix/content/help.xml')" />
</commandset>
<popupset>
@@ -105,6 +107,7 @@
<button id="b_auth_done" command="cmd_auth_done" hidden="true"/>
<button command="cmd_auth_open_flickr"
tooltiptext="&panel.auth.flickr.tip;"/>
+ <button command="cmd_help"/>
</hbox>
</groupbox>