diff options
| -rw-r--r-- | indra/newview/skins/default/xui/en/menu_login.xml | 45 | 
1 files changed, 13 insertions, 32 deletions
| diff --git a/indra/newview/skins/default/xui/en/menu_login.xml b/indra/newview/skins/default/xui/en/menu_login.xml index c3ee6e250b..dfa5adb743 100644 --- a/indra/newview/skins/default/xui/en/menu_login.xml +++ b/indra/newview/skins/default/xui/en/menu_login.xml @@ -10,22 +10,18 @@      <menu       create_jump_keys="true"       label="Me" -     layout="topleft"       name="File">          <menu_item_call           label="Preferences" -         layout="topleft"           name="Preferences..."           shortcut="control|P">              <menu_item_call.on_click               function="ShowFloater"               parameter="preferences" />          </menu_item_call> -        <menu_item_separator -         layout="topleft" /> +        <menu_item_separator />          <menu_item_call           label="Quit [APP_NAME]" -         layout="topleft"           name="Quit"           shortcut="control|Q">              <menu_item_call.on_click @@ -36,7 +32,6 @@      <menu       create_jump_keys="true"       label="Edit" -     layout="topleft"       name="Edit"       width="153">      </menu> @@ -44,22 +39,18 @@      <menu       create_jump_keys="true"       label="Help" -     layout="topleft"       name="Help">          <menu_item_call           label="[SECOND_LIFE] Help" -         layout="topleft"           name="Second Life Help"           shortcut="F1">              <menu_item_call.on_click               function="ShowFloater"               parameter="help f1" />          </menu_item_call> -        <menu_item_separator -         layout="topleft" /> +        <menu_item_separator />          <menu_item_call           label="About [APP_NAME]" -         layout="topleft"           name="About Second Life">              <menu_item_call.on_click               function="ShowFloater" @@ -69,7 +60,6 @@      <menu       create_jump_keys="true"       label="Debug" -     layout="topleft"       name="Debug"       tear_off="true">        <!-- Need a copy of the edit menu here so keyboard shortcuts like @@ -78,12 +68,10 @@        <menu         create_jump_keys="true"         label="Edit" -       layout="topleft"         name="Edit"         tear_off="true">          <menu_item_call           label="Undo" -         layout="topleft"           name="Undo"           shortcut="control|Z">            <menu_item_call.on_click @@ -93,7 +81,6 @@          </menu_item_call>          <menu_item_call           label="Redo" -         layout="topleft"           name="Redo"           shortcut="control|Y">            <menu_item_call.on_click @@ -101,11 +88,9 @@            <menu_item_call.on_enable             function="Edit.EnableRedo" />          </menu_item_call> -        <menu_item_separator -         layout="topleft" /> +        <menu_item_separator />          <menu_item_call           label="Cut" -         layout="topleft"           name="Cut"           shortcut="control|X">            <menu_item_call.on_click @@ -115,7 +100,6 @@          </menu_item_call>          <menu_item_call           label="Copy" -         layout="topleft"           name="Copy"           shortcut="control|C">            <menu_item_call.on_click @@ -125,7 +109,6 @@          </menu_item_call>          <menu_item_call           label="Paste" -         layout="topleft"           name="Paste"           shortcut="control|V">            <menu_item_call.on_click @@ -135,7 +118,6 @@          </menu_item_call>          <menu_item_call           label="Delete" -         layout="topleft"           name="Delete"           shortcut="Del">            <menu_item_call.on_click @@ -145,7 +127,6 @@          </menu_item_call>          <menu_item_call           label="Duplicate" -         layout="topleft"           name="Duplicate"           shortcut="control|D">            <menu_item_call.on_click @@ -153,11 +134,9 @@            <menu_item_call.on_enable             function="Edit.EnableDuplicate" />          </menu_item_call> -        <menu_item_separator -         layout="topleft" /> +        <menu_item_separator />          <menu_item_call           label="Select All" -         layout="topleft"           name="Select All"           shortcut="control|A">            <menu_item_call.on_click @@ -167,7 +146,6 @@          </menu_item_call>          <menu_item_call           label="Deselect" -         layout="topleft"           name="Deselect"           shortcut="control|E">            <menu_item_call.on_click @@ -179,7 +157,6 @@        <menu_item_separator />        <menu_item_call           label="Show Debug Settings" -         layout="topleft"           name="Debug Settings">              <menu_item_call.on_click               function="Advanced.ShowDebugSettings" @@ -187,7 +164,6 @@          </menu_item_call>          <menu_item_call           label="UI/Color Settings" -         layout="topleft"           name="UI/Color Settings">              <menu_item_call.on_click               function="Advanced.ShowDebugSettings" @@ -196,7 +172,6 @@          <menu_item_separator />          <menu_item_call           label="XUI Preview Tool" -         layout="topleft"           name="UI Preview Tool"           shortcut="control|T">              <menu_item_call.on_click @@ -206,7 +181,6 @@        <menu_item_separator />        <menu_item_call           label="Widget Test" -         layout="topleft"           name="Widget Test"           shortcut="control|shift|T">          <menu_item_call.on_click @@ -228,10 +202,18 @@          <menu_item_call.on_click           function="Advanced.ShowSideTray" />        </menu_item_call> +      <menu_item_check +         label="Reg In Client Test (restart)" +         name="Reg In Client Test (restart)"> +            <menu_item_check.on_check +               control="RegInClient" /> +            <menu_item_check.on_click +               function="ToggleControl" +               parameter="RegInClient" /> +      </menu_item_check>        <menu_item_separator />          <menu_item_call           label="Show TOS" -         layout="topleft"           name="TOS">              <menu_item_call.on_click               function="ShowFloater" @@ -239,7 +221,6 @@          </menu_item_call>          <menu_item_call           label="Show Critical Message" -         layout="topleft"           name="Critical">              <menu_item_call.on_click               function="ShowFloater" | 
