FIRE-6892 : Added sound explorer to the toolbox
parent
a3ac247121
commit
53136d0eae
|
|
@ -365,5 +365,16 @@
|
|||
is_running_function="Self.getForceSit"
|
||||
is_enabled_function="Self.EnableForceSit"
|
||||
/>
|
||||
|
||||
<command name="soundexplorer"
|
||||
available_in_toybox="true"
|
||||
icon="sound_explorer"
|
||||
label_ref="Command_Sound_Explorer_Label"
|
||||
tooltip_ref="Command_Sound_Explorer_Tooltip"
|
||||
execute_function="Floater.Toggle"
|
||||
execute_parameters="sound_explorer"
|
||||
is_running_function="Floater.IsOpen"
|
||||
is_running_parameters="sound_explorer"
|
||||
/>
|
||||
|
||||
</commands>
|
||||
|
|
|
|||
|
|
@ -693,6 +693,7 @@ with the same filename but different name
|
|||
<texture name="statistics" file_name="toolbar_icons/statistics.png" preload="true" />
|
||||
<texture name="regioninfo" file_name="toolbar_icons/region.png" preload="true" />
|
||||
<texture name="groundsit" file_name="toolbar_icons/groundsit.png" preload="true" />
|
||||
<texture name="sound_explorer" file_name="toolbar_icons/sound_explorer.png" preload="true" />
|
||||
|
||||
<texture name="Unread_Chiclet" file_name="bottomtray/Unread_Chiclet.png" preload="false" />
|
||||
<texture name="Unread_IM" file_name="bottomtray/Unread_IM.png" preload="false" />
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
|
|
@ -3932,6 +3932,7 @@ Try enclosing path to the editor with double quotes.
|
|||
<string name="Command_Region_Label">Region/Estate</string>
|
||||
<string name="Command_Fly_Label">Fly</string>
|
||||
<string name="Command_Groundsit_Label">Ground sit</string>
|
||||
<string name="Command_Sound_Explorer_Label">Sound explorer</string>
|
||||
|
||||
<string name="Command_AboutLand_Tooltip">Information about the land you're visiting</string>
|
||||
<string name="Command_Appearance_Tooltip">Change your avatar</string>
|
||||
|
|
@ -3967,7 +3968,8 @@ Try enclosing path to the editor with double quotes.
|
|||
<string name="Command_Settings_Debug_Tooltip">Change configuration settings of the viewer (CTRL+ALT+SHIFT+S)</string>
|
||||
<string name="Command_Statistics_Tooltip">Shows the viewer statistics (CTRL+SHIFT+1)</string>
|
||||
<string name="Command_Region_Tooltip">Opens the region/estate tools (ALT+R)</string>
|
||||
<string name="Command_Groundsit_Tooltip">Toggle groundsit mode on/off (CTRL+ALT+S)</string>
|
||||
<string name="Command_Groundsit_Tooltip">Toggle ground sit mode on/off (CTRL+ALT+S)</string>
|
||||
<string name="Command_Sound_Explorer_Tooltip">Opens the sound explorer</string>
|
||||
|
||||
<string name="Toolbar_Bottom_Tooltip">currently in your bottom toolbar</string>
|
||||
<string name="Toolbar_Left_Tooltip" >currently in your left toolbar</string>
|
||||
|
|
|
|||
Loading…
Reference in New Issue