diff options
author | McCabe Maxsted | 2009-12-26 22:18:51 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-12-26 22:18:51 -0700 |
commit | 6451ba34580e4646c5f36df0ed12c1feefcddd20 (patch) | |
tree | dab493c8219c60459cad6c568a7c09a1bd2206d2 /linden/indra/newview/skins/default/xui/en-us | |
parent | Use Liberation-Sans font sizes (diff) | |
download | meta-impy-6451ba34580e4646c5f36df0ed12c1feefcddd20.zip meta-impy-6451ba34580e4646c5f36df0ed12c1feefcddd20.tar.gz meta-impy-6451ba34580e4646c5f36df0ed12c1feefcddd20.tar.bz2 meta-impy-6451ba34580e4646c5f36df0ed12c1feefcddd20.tar.xz |
Added script creation resource to the script editor's help menu
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_script_ed_panel.xml | 5 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/notifications.xml | 12 |
2 files changed, 17 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_script_ed_panel.xml b/linden/indra/newview/skins/default/xui/en-us/floater_script_ed_panel.xml index 653c75b..b4577e6 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_script_ed_panel.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_script_ed_panel.xml | |||
@@ -73,6 +73,8 @@ | |||
73 | width="112"> | 73 | width="112"> |
74 | <menu_item_call bottom="-30" enabled="true" height="20" label="Help..." left="0" | 74 | <menu_item_call bottom="-30" enabled="true" height="20" label="Help..." left="0" |
75 | mouse_opaque="true" name="Help..." width="112" /> | 75 | mouse_opaque="true" name="Help..." width="112" /> |
76 | <menu_item_call bottom="-30" enabled="true" height="20" label="Launch Autoscript..." left="0" | ||
77 | mouse_opaque="true" name="Launch Autoscript..." width="112" /> | ||
76 | <menu_item_call bottom="-30" enabled="true" height="20" label="LSL Wiki Help..." left="0" | 78 | <menu_item_call bottom="-30" enabled="true" height="20" label="LSL Wiki Help..." left="0" |
77 | mouse_opaque="true" name="LSL Wiki Help..." width="112" /> | 79 | mouse_opaque="true" name="LSL Wiki Help..." width="112" /> |
78 | </menu> | 80 | </menu> |
@@ -89,4 +91,7 @@ | |||
89 | <string name="script_running"> | 91 | <string name="script_running"> |
90 | Running | 92 | Running |
91 | </string> | 93 | </string> |
94 | <string name="autoscript_url"> | ||
95 | http://www.3greeneggs.com/autoscript/ | ||
96 | </string> | ||
92 | </panel> | 97 | </panel> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/notifications.xml b/linden/indra/newview/skins/default/xui/en-us/notifications.xml index e8391ba..bc1a6fc 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -6616,6 +6616,18 @@ Go to the Official Imprudence Forums to discuss the Imprudence Project. | |||
6616 | yestext="Go to page"/> | 6616 | yestext="Go to page"/> |
6617 | </notification> | 6617 | </notification> |
6618 | 6618 | ||
6619 | <notification | ||
6620 | icon="alert.tga" | ||
6621 | name="WebLaunchAutoscript" | ||
6622 | type="alert"> | ||
6623 | Launch autoscript generator (by 3greeneggs.com)? | ||
6624 | <usetemplate | ||
6625 | ignoretext="When launching autoscript generator" | ||
6626 | name="okcancelignore" | ||
6627 | notext="Cancel" | ||
6628 | yestext="OK"/> | ||
6629 | </notification> | ||
6630 | |||
6619 | 6631 | ||
6620 | <!--End Imprudence notifications--> | 6632 | <!--End Imprudence notifications--> |
6621 | 6633 | ||