Add Script Info menu entry to the self pie menu...

From the comments in llfloaterscriptlimits.cpp, it seems like this was intended to be a feature.
This commit is contained in:
Lirusaito
2013-02-17 23:19:23 -05:00
parent 833a6e8acf
commit e01dd3292f
2 changed files with 20 additions and 0 deletions

View File

@@ -97,6 +97,10 @@
<on_click function="Object.ScriptCount" />
<on_visible function="Object.VisibleScriptCount" />
</menu_item_call>
<menu_item_call label="Script Info" mouse_opaque="true" name="Script Info">
<on_click function="ShowFloater" userdata="script info" />
<on_visible function="Self.VisibleScriptInfo" />
</menu_item_call>
<menu_item_call enabled="true" label="Debug..." mouse_opaque="true" name="Debug Layers">
<on_click function="Avatar.Debug" />
</menu_item_call>