summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2006-10-04 08:17:39 (UTC)
committer Michael Krelin <hacker@klever.net>2006-10-04 08:17:39 (UTC)
commitb427de69c7df035643b95f9e2b1ed31276765065 (patch) (unidiff)
tree5b71d10ae97fa202aba464f996456aef8c36cc35
parentf3b5bd2d48bdf132fc06aff69484bf90a86b4080 (diff)
downloadfireflix-b427de69c7df035643b95f9e2b1ed31276765065.zip
fireflix-b427de69c7df035643b95f9e2b1ed31276765065.tar.gz
fireflix-b427de69c7df035643b95f9e2b1ed31276765065.tar.bz2
A fix for typo, fed to my back.
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@187 fe716a7a-6dde-0310-88d9-d003556173a8
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--content/fireflix-panel.xul2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fireflix-panel.xul b/content/fireflix-panel.xul
index 4a5ca36..1278621 100644
--- a/content/fireflix-panel.xul
+++ b/content/fireflix-panel.xul
@@ -28,7 +28,7 @@
28 <command id="cmd_auth_done" label="&panel.auth.done.label;" 28 <command id="cmd_auth_done" label="&panel.auth.done.label;"
29 oncommand="fireflix.on_cmd_auth_done()" disabled="true"/> 29 oncommand="fireflix.on_cmd_auth_done()" disabled="true"/>
30 <command id="cmd_auth_open_flickr" label="&panel.auth.flickr.label;" 30 <command id="cmd_auth_open_flickr" label="&panel.auth.flickr.label;"
31 oncommand="fireflix.openTab('htp://www.flickr.com/')" /> 31 oncommand="fireflix.openTab('http://www.flickr.com/')" />
32 <command id="cmd_auth_unauth" label="&panel.auth.unauth.label;" 32 <command id="cmd_auth_unauth" label="&panel.auth.unauth.label;"
33 oncommand="fireflix.on_cmd_auth_unauth()" /> 33 oncommand="fireflix.on_cmd_auth_unauth()" />
34 </commandset> 34 </commandset>