diff options
author | David Walter Seikel | 2013-05-13 20:00:40 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-05-13 20:00:40 +1000 |
commit | 0b36b5d241ca423e33486c9560359d7ceb952fb2 (patch) | |
tree | 74239e4d8f654768c6b86460d872b52fbf7cd7a3 /linden/indra | |
parent | Add 'Show hidden selection' to advanced build options - http://redmine.kokuav... (diff) | |
download | meta-impy-0b36b5d241ca423e33486c9560359d7ceb952fb2.zip meta-impy-0b36b5d241ca423e33486c9560359d7ceb952fb2.tar.gz meta-impy-0b36b5d241ca423e33486c9560359d7ceb952fb2.tar.bz2 meta-impy-0b36b5d241ca423e33486c9560359d7ceb952fb2.tar.xz |
Add new communication channel urls to the viewer's Help menu - http://redmine.kokuaviewer.org/issues/867
Also removed forums and blog links, since they are part of the comms channels page,
but added bug reporting link.
Diffstat (limited to 'linden/indra')
4 files changed, 18 insertions, 36 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_login.xml b/linden/indra/newview/skins/default/xui/en-us/menu_login.xml index 4582f4e..aaae5b7 100644 --- a/linden/indra/newview/skins/default/xui/en-us/menu_login.xml +++ b/linden/indra/newview/skins/default/xui/en-us/menu_login.xml | |||
@@ -23,15 +23,15 @@ | |||
23 | <on_click function="ShowFloater" userdata="help f1" /> | 23 | <on_click function="ShowFloater" userdata="help f1" /> |
24 | </menu_item_call> | 24 | </menu_item_call> |
25 | <menu_item_separator /> | 25 | <menu_item_separator /> |
26 | <menu_item_call name="Imprudence Blog" | 26 | <menu_item_call name="Imprudence communication channels" |
27 | label="Imprudence Blog"> | 27 | label="Imprudence communication channels"> |
28 | <on_click function="PromptShowURL" | 28 | <on_click function="PromptShowURL" |
29 | userdata="WebLaunchImprudenceBlog,http://imprudenceviewer.org/" /> | 29 | userdata="WebLaunchImprudenceComms,http://wiki.kokuaviewer.org/wiki/Communication_Channels" /> |
30 | </menu_item_call> | 30 | </menu_item_call> |
31 | <menu_item_call name="Imprudence Forums" | 31 | <menu_item_call name="Imprudence bug reporting" |
32 | label="Imprudence Forums"> | 32 | label="Imprudence bug reporting"> |
33 | <on_click function="PromptShowURL" | 33 | <on_click function="PromptShowURL" |
34 | userdata="WebLaunchImprudenceForums,http://imprudenceviewer.org/forums/" /> | 34 | userdata="WebLaunchImprudenceBugs,http://wiki.kokuaviewer.org/wiki/Reporting_a_bug" /> |
35 | </menu_item_call> | 35 | </menu_item_call> |
36 | <menu_item_separator /> | 36 | <menu_item_separator /> |
37 | <menu_item_call label="About Imprudence" name="About Imprudence"> | 37 | <menu_item_call label="About Imprudence" name="About Imprudence"> |
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 0dcc2d0..bace111 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 | |||
@@ -848,15 +848,15 @@ | |||
848 | <on_click function="ShowFloater" userdata="help tutorial" /> | 848 | <on_click function="ShowFloater" userdata="help tutorial" /> |
849 | </menu_item_call> | 849 | </menu_item_call> |
850 | <menu_item_separator /> | 850 | <menu_item_separator /> |
851 | <menu_item_call name="Imprudence Blog" | 851 | <menu_item_call name="Imprudence communication channels" |
852 | label="Imprudence Blog"> | 852 | label="Imprudence communication channels"> |
853 | <on_click function="PromptShowURL" | 853 | <on_click function="PromptShowURL" |
854 | userdata="WebLaunchImprudenceBlog,http://blog.kokuaviewer.org/" /> | 854 | userdata="WebLaunchImprudenceComms,http://wiki.kokuaviewer.org/wiki/Communication_Channels" /> |
855 | </menu_item_call> | 855 | </menu_item_call> |
856 | <menu_item_call name="Imprudence Forums" | 856 | <menu_item_call name="Imprudence bug reporting" |
857 | label="Imprudence Forums"> | 857 | label="Imprudence bug reporting"> |
858 | <on_click function="PromptShowURL" | 858 | <on_click function="PromptShowURL" |
859 | userdata="WebLaunchImprudenceForums,http://forums.kokuaviewer.org/" /> | 859 | userdata="WebLaunchImprudenceBugs,http://wiki.kokuaviewer.org/wiki/Reporting_a_bug" /> |
860 | </menu_item_call> | 860 | </menu_item_call> |
861 | <menu_item_separator /> | 861 | <menu_item_separator /> |
862 | <menu_item_call name="Scripting Portal" | 862 | <menu_item_call name="Scripting Portal" |
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 033b01b..ae50e49 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -7245,11 +7245,11 @@ Show Look At is a debug setting that displays where an avatar's head is looking. | |||
7245 | 7245 | ||
7246 | <notification | 7246 | <notification |
7247 | icon="alert.tga" | 7247 | icon="alert.tga" |
7248 | name="WebLaunchImprudenceBlog" | 7248 | name="WebLaunchImprudenceComms" |
7249 | type="alert"> | 7249 | type="alert"> |
7250 | Go to the Official Imprudence Blog, for the Latest News and Information. | 7250 | Go to the Official Imprudence communications channels, to discuss the Imprudence Project. |
7251 | <usetemplate | 7251 | <usetemplate |
7252 | ignoretext="When launching web browser to view the blog" | 7252 | ignoretext="When launching web browser to view the communications channels" |
7253 | name="okcancelignore" | 7253 | name="okcancelignore" |
7254 | notext="Cancel" | 7254 | notext="Cancel" |
7255 | yestext="Go to page"/> | 7255 | yestext="Go to page"/> |
@@ -7257,11 +7257,11 @@ Go to the Official Imprudence Blog, for the Latest News and Information. | |||
7257 | 7257 | ||
7258 | <notification | 7258 | <notification |
7259 | icon="alert.tga" | 7259 | icon="alert.tga" |
7260 | name="WebLaunchImprudenceForums" | 7260 | name="WebLaunchImprudenceBugs" |
7261 | type="alert"> | 7261 | type="alert"> |
7262 | Go to the Official Imprudence Forums to discuss the Imprudence Project. | 7262 | Go to the Official Imprudence bug and feature trackers, to report bugs and request new features. |
7263 | <usetemplate | 7263 | <usetemplate |
7264 | ignoretext="When launching web browser to view the forums" | 7264 | ignoretext="When launching web browser to view the bug and feature trackers" |
7265 | name="okcancelignore" | 7265 | name="okcancelignore" |
7266 | notext="Cancel" | 7266 | notext="Cancel" |
7267 | yestext="Go to page"/> | 7267 | yestext="Go to page"/> |
diff --git a/linden/indra/newview/skins/default/xui/zh/notifications.xml b/linden/indra/newview/skins/default/xui/zh/notifications.xml index 1234e02..1b85998 100644 --- a/linden/indra/newview/skins/default/xui/zh/notifications.xml +++ b/linden/indra/newview/skins/default/xui/zh/notifications.xml | |||
@@ -3647,24 +3647,6 @@ GLOW — 发光 | |||
3647 | name="okignore" | 3647 | name="okignore" |
3648 | yestext="OK"/> | 3648 | yestext="OK"/> |
3649 | </notification> | 3649 | </notification> |
3650 | |||
3651 | <notification name="WebLaunchImprudenceBlog"> | ||
3652 | 前往 Imprudence 官方日志阅读最新的新闻和信息。 | ||
3653 | <usetemplate | ||
3654 | ignoretext="打开网络浏览器阅读网络日志时" | ||
3655 | name="okcancelignore" | ||
3656 | notext="取消" | ||
3657 | yestext="打开网页"/> | ||
3658 | </notification> | ||
3659 | |||
3660 | <notification name="WebLaunchImprudenceForums"> | ||
3661 | 前往 Imprudence 官方论坛讨论 Imprudence 工程。 | ||
3662 | <usetemplate | ||
3663 | ignoretext="打开网络浏览器阅读论坛时" | ||
3664 | name="okcancelignore" | ||
3665 | notext="取消" | ||
3666 | yestext="打开网页"/> | ||
3667 | </notification> | ||
3668 | 3650 | ||
3669 | <notification | 3651 | <notification |
3670 | icon="alert.tga" | 3652 | icon="alert.tga" |