diff options
author | McCabe Maxsted | 2008-10-17 17:45:39 -0700 |
---|---|---|
committer | McCabe Maxsted | 2008-10-17 17:45:39 -0700 |
commit | 741fee0d75bd31742d40fb6d51162b5cdc351884 (patch) | |
tree | e1e1ee86802066907165b0e45067762fff1cb3cb | |
parent | rebranding with updated help menu (diff) | |
download | meta-impy-741fee0d75bd31742d40fb6d51162b5cdc351884.zip meta-impy-741fee0d75bd31742d40fb6d51162b5cdc351884.tar.gz meta-impy-741fee0d75bd31742d40fb6d51162b5cdc351884.tar.bz2 meta-impy-741fee0d75bd31742d40fb6d51162b5cdc351884.tar.xz |
windows compile fix and rebranded help menu
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/alerts.xml | 20 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | 47 |
2 files changed, 26 insertions, 41 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/alerts.xml b/linden/indra/newview/skins/default/xui/en-us/alerts.xml index 75ab238..d05fa03 100644 --- a/linden/indra/newview/skins/default/xui/en-us/alerts.xml +++ b/linden/indra/newview/skins/default/xui/en-us/alerts.xml | |||
@@ -2957,9 +2957,9 @@ Download to your Applications folder? | |||
2957 | Cancel | 2957 | Cancel |
2958 | </option> | 2958 | </option> |
2959 | </alert> | 2959 | </alert> |
2960 | <alert modal="true" name="WebLaunchSupportWiki"> | 2960 | <alert modal="true" name="WebLaunchImprudenceBlog"> |
2961 | <message name="message"> | 2961 | <message name="message"> |
2962 | Go to the Official Linden Blog, for the Latest News and Information. | 2962 | Go to the Official Imprudence Blog, for the Latest News and Information. |
2963 | </message> | 2963 | </message> |
2964 | <ignore name="ignore"> | 2964 | <ignore name="ignore"> |
2965 | When launching web browser to view the blog | 2965 | When launching web browser to view the blog |
@@ -2971,6 +2971,20 @@ Download to your Applications folder? | |||
2971 | Cancel | 2971 | Cancel |
2972 | </option> | 2972 | </option> |
2973 | </alert> | 2973 | </alert> |
2974 | <alert modal="true" name="WebLaunchImprudenceForums"> | ||
2975 | <message name="message"> | ||
2976 | Go to the Official Imprudence Forums to discuss the Imprudence Project. | ||
2977 | </message> | ||
2978 | <ignore name="ignore"> | ||
2979 | When launching web browser to view the forums | ||
2980 | </ignore> | ||
2981 | <option name="Gotopage"> | ||
2982 | OK | ||
2983 | </option> | ||
2984 | <option name="Cancel"> | ||
2985 | Cancel | ||
2986 | </option> | ||
2987 | </alert> | ||
2974 | <alert modal="true" name="WebLaunchLSLGuide"> | 2988 | <alert modal="true" name="WebLaunchLSLGuide"> |
2975 | <message name="message"> | 2989 | <message name="message"> |
2976 | Go to the Scripting Guide for scripting help? | 2990 | Go to the Scripting Guide for scripting help? |
@@ -4239,7 +4253,7 @@ will only work if a script is added with a money() event. | |||
4239 | </alert> | 4253 | </alert> |
4240 | <alert modal="true" name="ClickOpenF1Help"> | 4254 | <alert modal="true" name="ClickOpenF1Help"> |
4241 | <message name="message"> | 4255 | <message name="message"> |
4242 | Visit the Second Life Support Web site? | 4256 | Visit the Second Life Support Web site (note: this is not an Imprudence help site)? |
4243 | </message> | 4257 | </message> |
4244 | <ignore name="ignore"> | 4258 | <ignore name="ignore"> |
4245 | When visiting the Second Life Support Website. | 4259 | When visiting the Second Life Support Website. |
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml b/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml index 52cad9e..71044a0 100644 --- a/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml +++ b/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | |||
@@ -764,7 +764,7 @@ | |||
764 | 764 | ||
765 | <menu name="Help" create_jump_keys="true" label="Help" | 765 | <menu name="Help" create_jump_keys="true" label="Help" |
766 | opaque="true" tear_off="true"> | 766 | opaque="true" tear_off="true"> |
767 | <menu_item_call name="Second Life Help" label="Help" | 767 | <menu_item_call name="Viewer Help" label="Viewer Help" |
768 | shortcut="F1"> | 768 | shortcut="F1"> |
769 | <on_click function="ShowFloater" userdata="help f1" /> | 769 | <on_click function="ShowFloater" userdata="help f1" /> |
770 | </menu_item_call> | 770 | </menu_item_call> |
@@ -772,10 +772,15 @@ | |||
772 | <on_click function="ShowFloater" userdata="help tutorial" /> | 772 | <on_click function="ShowFloater" userdata="help tutorial" /> |
773 | </menu_item_call> | 773 | </menu_item_call> |
774 | <menu_item_separator /> | 774 | <menu_item_separator /> |
775 | <menu_item_call name="Official Linden Blog..." | 775 | <menu_item_call name="Imprudence Blog..." |
776 | label="Imprudence Blog..."> | 776 | label="Imprudence Blog..."> |
777 | <on_click function="PromptShowURL" | 777 | <on_click function="PromptShowURL" |
778 | userdata="WebLaunchSupportWiki,http://www.imprudence.com/" /> | 778 | userdata="WebLaunchImprudenceBlog,http://www.imprudenceviewer.org/" /> |
779 | </menu_item_call> | ||
780 | <menu_item_call name="Imprudence Forums..." | ||
781 | label="Imprudence Forums..."> | ||
782 | <on_click function="PromptShowURL" | ||
783 | userdata="WebLaunchImprudenceForums,http://www.imprudenceviewer.org/forums/" /> | ||
779 | </menu_item_call> | 784 | </menu_item_call> |
780 | <menu_item_separator /> | 785 | <menu_item_separator /> |
781 | <menu_item_call name="Scripting Guide..." | 786 | <menu_item_call name="Scripting Guide..." |
@@ -801,41 +806,7 @@ | |||
801 | <on_click function="ShowFloater" userdata="lag meter" /> | 806 | <on_click function="ShowFloater" userdata="lag meter" /> |
802 | </menu_item_call> | 807 | </menu_item_call> |
803 | <menu_item_separator /> | 808 | <menu_item_separator /> |
804 | <menu name="Bug Reporting" create_jump_keys="true" | 809 | <menu_item_call name="About Imprudence..." |
805 | label="Bug Reporting" opaque="true" tear_off="true"> | ||
806 | <menu_item_call name="Public Issue Tracker..." | ||
807 | label="Public Issue Tracker..."> | ||
808 | <on_click function="PromptShowURL" | ||
809 | userdata="WebLaunchPublicIssue,http://jira.secondlife.com" /> | ||
810 | </menu_item_call> | ||
811 | <menu_item_call name="Publc Issue Tracker Help..." | ||
812 | label="Public Issue Tracker Help..."> | ||
813 | <on_click function="PromptShowURL" | ||
814 | userdata="WebLaunchPublicIssueHelp,http://wiki.secondlife.com/wiki/Issue_tracker" /> | ||
815 | </menu_item_call> | ||
816 | <menu_item_separator /> | ||
817 | <menu_item_call name="Bug Reporing 101..." | ||
818 | label="Bug Reporting 101..."> | ||
819 | <on_click function="PromptShowURL" | ||
820 | userdata="WebLaunchBugReport101,http://wiki.secondlife.com/wiki/Bug_Reporting_101" /> | ||
821 | </menu_item_call> | ||
822 | <menu_item_call name="Security Issues..." | ||
823 | label="Security Issues..."> | ||
824 | <on_click function="PromptShowURL" | ||
825 | userdata="WebLaunchSecurityIssues,http://wiki.secondlife.com/wiki/Security_issues" /> | ||
826 | </menu_item_call> | ||
827 | <menu_item_call name="QA Wiki..." label="QA Wiki..."> | ||
828 | <on_click function="PromptShowURL" | ||
829 | userdata="WebLaunchQAWiki,http://wiki.secondlife.com/wiki/QA_Portal" /> | ||
830 | </menu_item_call> | ||
831 | <menu_item_separator /> | ||
832 | <menu_item_call name="Report Bug..." label="Report Bug..."> | ||
833 | <on_click function="PromptShowURL" | ||
834 | userdata="WebLaunchPublicIssue,http://jira.secondlife.com" /> | ||
835 | </menu_item_call> | ||
836 | </menu> | ||
837 | <menu_item_separator /> | ||
838 | <menu_item_call name="About Second Life..." | ||
839 | label="About Imprudence..."> | 810 | label="About Imprudence..."> |
840 | <on_click function="ShowFloater" userdata="about" /> | 811 | <on_click function="ShowFloater" userdata="about" /> |
841 | </menu_item_call> | 812 | </menu_item_call> |