diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/menu_viewer.xml')
-rwxr-xr-x | linden/indra/newview/skins/xui/en-us/menu_viewer.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/menu_viewer.xml b/linden/indra/newview/skins/xui/en-us/menu_viewer.xml index d7f9809..2c45a4e 100755 --- a/linden/indra/newview/skins/xui/en-us/menu_viewer.xml +++ b/linden/indra/newview/skins/xui/en-us/menu_viewer.xml | |||
@@ -1,5 +1,5 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <menu_bar bottom="-18" color="0.501961 0 0 1" drop_shadow="true" enabled="true" | 2 | <menu_bar bottom="-18" color="0.501961 0 0 1" drop_shadow="false" enabled="true" |
3 | follows="left|top|right" height="18" hidden="false" left="0" | 3 | follows="left|top|right" height="18" hidden="false" left="0" |
4 | mouse_opaque="true" name="Main Menu" opaque="true" tear_off="false" | 4 | mouse_opaque="true" name="Main Menu" opaque="true" tear_off="false" |
5 | width="802"> | 5 | width="802"> |
@@ -37,6 +37,7 @@ | |||
37 | left="0" mouse_opaque="true" name="Close Window" shortcut="control|W" | 37 | left="0" mouse_opaque="true" name="Close Window" shortcut="control|W" |
38 | width="243"> | 38 | width="243"> |
39 | <on_click function="File.CloseWindow" userdata="" /> | 39 | <on_click function="File.CloseWindow" userdata="" /> |
40 | <on_enable function="File.EnableCloseWindow" userdata="" /> | ||
40 | </menu_item_call> | 41 | </menu_item_call> |
41 | <menu_item_separator bottom="-121" enabled="true" height="8" hidden="false" label="-----------" | 42 | <menu_item_separator bottom="-121" enabled="true" height="8" hidden="false" label="-----------" |
42 | left="0" mouse_opaque="true" name="separator2" width="243" /> | 43 | left="0" mouse_opaque="true" name="separator2" width="243" /> |
@@ -509,6 +510,7 @@ | |||
509 | left="0" mouse_opaque="true" name="Teleport Home" | 510 | left="0" mouse_opaque="true" name="Teleport Home" |
510 | shortcut="control|shift|H" width="185"> | 511 | shortcut="control|shift|H" width="185"> |
511 | <on_click function="World.TeleportHome" userdata="" /> | 512 | <on_click function="World.TeleportHome" userdata="" /> |
513 | <on_enable function="World.EnableTeleportHome" userdata="" /> | ||
512 | </menu_item_call> | 514 | </menu_item_call> |
513 | <menu_item_separator bottom="-167" enabled="true" height="8" hidden="false" label="-----------" | 515 | <menu_item_separator bottom="-167" enabled="true" height="8" hidden="false" label="-----------" |
514 | left="0" mouse_opaque="true" name="separator3" width="185" /> | 516 | left="0" mouse_opaque="true" name="separator3" width="185" /> |
@@ -525,7 +527,8 @@ | |||
525 | <menu_item_call bottom="-232" enabled="true" height="19" hidden="false" | 527 | <menu_item_call bottom="-232" enabled="true" height="19" hidden="false" |
526 | label="Account History..." left="0" mouse_opaque="true" | 528 | label="Account History..." left="0" mouse_opaque="true" |
527 | name="Account History..." width="185"> | 529 | name="Account History..." width="185"> |
528 | <on_click function="ShowFloater" userdata="account history" /> | 530 | <on_click function="PromptShowURL" |
531 | userdata="WebLaunchAccountHistory,http://secondlife.com/account/transactions.php" /> | ||
529 | </menu_item_call> | 532 | </menu_item_call> |
530 | <menu_item_call bottom="-267" enabled="true" height="19" hidden="false" | 533 | <menu_item_call bottom="-267" enabled="true" height="19" hidden="false" |
531 | label="Manage My Account..." left="0" mouse_opaque="true" | 534 | label="Manage My Account..." left="0" mouse_opaque="true" |
@@ -811,10 +814,10 @@ | |||
811 | <on_click function="PromptShowFile" userdata="WebLaunchLSLGuide,lsl_guide.html" /> | 814 | <on_click function="PromptShowFile" userdata="WebLaunchLSLGuide,lsl_guide.html" /> |
812 | </menu_item_call> | 815 | </menu_item_call> |
813 | <menu_item_call bottom="-140" enabled="true" height="19" hidden="false" | 816 | <menu_item_call bottom="-140" enabled="true" height="19" hidden="false" |
814 | label="Scripting Wiki..." left="0" mouse_opaque="true" | 817 | label="Scripting Portal..." left="0" mouse_opaque="true" |
815 | name="Scripting Wiki..." width="166"> | 818 | name="Scripting Portal..." width="166"> |
816 | <on_click function="PromptShowURL" | 819 | <on_click function="PromptShowURL" |
817 | userdata="WebLaunchLSLWiki,http://secondlife.com/app/lsldoc/" /> | 820 | userdata="WebLaunchLSLWiki,http://wiki.secondlife.com/wiki/LSL_Portal" /> |
818 | </menu_item_call> | 821 | </menu_item_call> |
819 | <menu_item_separator bottom="-148" enabled="true" height="8" hidden="false" label="-----------" | 822 | <menu_item_separator bottom="-148" enabled="true" height="8" hidden="false" label="-----------" |
820 | left="0" mouse_opaque="true" name="separator3" width="166" /> | 823 | left="0" mouse_opaque="true" name="separator3" width="166" /> |