summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-07-07 18:22:43 +0000
committerJames Cook <james@lindenlab.com>2009-07-07 18:22:43 +0000
commitb2052d69d6418346b2f918ae8bf128fce1b08e22 (patch)
tree008a20d21151fda54fdf1c6ca1eb0ff2de3bfd43
parent676c829202614b075074c60386e05bbeffe37077 (diff)
About Second Life now works from the login screen, floater name was incorrectly specified. Not reviewed.
-rw-r--r--indra/newview/skins/default/xui/en/menu_login.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_login.xml b/indra/newview/skins/default/xui/en/menu_login.xml
index 14c38f6f26..4e3c0d0c40 100644
--- a/indra/newview/skins/default/xui/en/menu_login.xml
+++ b/indra/newview/skins/default/xui/en/menu_login.xml
@@ -52,12 +52,12 @@
parameter="help f1" />
</menu_item_call>
<menu_item_call
- label="About Second Life..."
+ label="About Second Life"
layout="topleft"
- name="About Second Life...">
+ name="About Second Life">
<menu_item_call.on_click
function="ShowFloater"
- parameter="about" />
+ parameter="sl_about" />
</menu_item_call>
</menu>
<menu