FIRE-33288 Add link for the SL Community page to the Content menu

This commit is contained in:
PanteraPolnocy
2023-12-10 17:39:48 +00:00
committed by Beq
parent 82336b0471
commit cd3a50a94f
2 changed files with 10 additions and 1 deletions
@@ -2339,7 +2339,15 @@
<menu_item_call.on_click
function="PromptShowURL"
name="script_library_url"
parameter="WebLaunchExternalTarget,http://wiki.secondlife.com/wiki/LSL_Library" />
parameter="WebLaunchExternalTarget,https://wiki.secondlife.com/wiki/LSL_Library" />
</menu_item_call>
<menu_item_call
label="SL Community (blogs, forums, news)"
name="SL Community Pages">
<menu_item_call.on_click
function="PromptShowURL"
name="community_pages_url"
parameter="WebLaunchExternalTarget,https://community.secondlife.com" />
</menu_item_call>
<menu_item_separator/>
<menu_item_call
@@ -263,6 +263,7 @@
<menu_item_call label="Marketplace Second Life" name="SL Marketplace"/>
<menu_item_call label="Dane z rynku L$" name="LindenXchange"/>
<menu_item_call label="Biblioteka skryptów" name="Script Library"/>
<menu_item_call label="Społeczność SL (blogi, fora, aktualności)" name="SL Community Pages"/>
<menu_item_call label="Blog Firestorma" name="Firestorm Blog"/>
<menu_item_call label="Flickr Firestorma" name="Firestorm Flickr"/>
<menu_item_call label="Kanał YouTube Firestorma" name="Firestorm YouTube"/>