diff options
Diffstat (limited to 'linden/indra/newview/llgesturemgr.cpp')
-rw-r--r-- | linden/indra/newview/llgesturemgr.cpp | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/linden/indra/newview/llgesturemgr.cpp b/linden/indra/newview/llgesturemgr.cpp index bb678d7..bd05cb3 100644 --- a/linden/indra/newview/llgesturemgr.cpp +++ b/linden/indra/newview/llgesturemgr.cpp | |||
@@ -627,12 +627,12 @@ BOOL LLGestureManager::triggerAndReviseString(const std::string &utf8str, std::s | |||
627 | LLStringUtil::compareInsensitive("/icanhashelp", cur_token) == 0 || | 627 | LLStringUtil::compareInsensitive("/icanhashelp", cur_token) == 0 || |
628 | LLStringUtil::compareInsensitive("/icanhashalp", cur_token) == 0) | 628 | LLStringUtil::compareInsensitive("/icanhashalp", cur_token) == 0) |
629 | { | 629 | { |
630 | LLWeb::loadURLInternal("http://support.imprudenceviewer.org/"); | 630 | LLWeb::loadURLInternal("http://support.kokuaviewer.org/"); |
631 | return TRUE; | 631 | return TRUE; |
632 | } | 632 | } |
633 | else if (LLStringUtil::compareInsensitive("/icanhasblog", cur_token) == 0) | 633 | else if (LLStringUtil::compareInsensitive("/icanhasblog", cur_token) == 0) |
634 | { | 634 | { |
635 | LLWeb::loadURLInternal("http://www.imprudenceviewer.org/"); | 635 | LLWeb::loadURLInternal("http://kokuaviewer.org/"); |
636 | return TRUE; | 636 | return TRUE; |
637 | } | 637 | } |
638 | else if (LLStringUtil::compareInsensitive("/icanhascodie", cur_token) == 0) | 638 | else if (LLStringUtil::compareInsensitive("/icanhascodie", cur_token) == 0) |
@@ -657,23 +657,23 @@ BOOL LLGestureManager::triggerAndReviseString(const std::string &utf8str, std::s | |||
657 | LLStringUtil::compareInsensitive("/icanhasupdate", cur_token) == 0 || | 657 | LLStringUtil::compareInsensitive("/icanhasupdate", cur_token) == 0 || |
658 | LLStringUtil::compareInsensitive("/icanhasupdates", cur_token) == 0 ) | 658 | LLStringUtil::compareInsensitive("/icanhasupdates", cur_token) == 0 ) |
659 | { | 659 | { |
660 | LLWeb::loadURLInternal("http://imprudenceviewer.org/wiki/Downloads"); | 660 | LLWeb::loadURLInternal("http://wiki.kokuaviewer.org/wiki/Imprudence:Downloads"); |
661 | return TRUE; | 661 | return TRUE; |
662 | } | 662 | } |
663 | else if (LLStringUtil::compareInsensitive("/icanhasfeatures", cur_token) == 0) | 663 | else if (LLStringUtil::compareInsensitive("/icanhasfeatures", cur_token) == 0) |
664 | { | 664 | { |
665 | LLWeb::loadURLInternal("http://imprudenceviewer.org/wiki/Features"); | 665 | LLWeb::loadURLInternal("http://wiki.kokuaviewer.org/wiki/Imprudence:Features"); |
666 | return TRUE; | 666 | return TRUE; |
667 | } | 667 | } |
668 | else if (LLStringUtil::compareInsensitive("/icanhaswiki", cur_token) == 0) | 668 | else if (LLStringUtil::compareInsensitive("/icanhaswiki", cur_token) == 0) |
669 | { | 669 | { |
670 | LLWeb::loadURLInternal("http://imprudenceviewer.org/wiki/"); | 670 | LLWeb::loadURLInternal("http://wiki.kokuaviewer.org/wiki/"); |
671 | return TRUE; | 671 | return TRUE; |
672 | } | 672 | } |
673 | else if (LLStringUtil::compareInsensitive("/icanhasbugs", cur_token) == 0 || | 673 | else if (LLStringUtil::compareInsensitive("/icanhasbugs", cur_token) == 0 || |
674 | LLStringUtil::compareInsensitive("/icanhasbug", cur_token) == 0 ) | 674 | LLStringUtil::compareInsensitive("/icanhasbug", cur_token) == 0 ) |
675 | { | 675 | { |
676 | LLWeb::loadURLInternal("http://redmine.imprudenceviewer.org/"); | 676 | LLWeb::loadURLInternal("http://redmine.kokuaviewer.org/"); |
677 | return TRUE; | 677 | return TRUE; |
678 | } | 678 | } |
679 | else if (LLStringUtil::compareInsensitive("/icanhasgit", cur_token) == 0) | 679 | else if (LLStringUtil::compareInsensitive("/icanhasgit", cur_token) == 0) |
@@ -691,7 +691,6 @@ BOOL LLGestureManager::triggerAndReviseString(const std::string &utf8str, std::s | |||
691 | LLWeb::loadURLInternal("http://twitter.com/ImpViewer"); | 691 | LLWeb::loadURLInternal("http://twitter.com/ImpViewer"); |
692 | return TRUE; | 692 | return TRUE; |
693 | } | 693 | } |
694 | |||
695 | 694 | ||
696 | else if (LLStringUtil::compareInsensitive("/icanhasimprudence", cur_token) == 0) | 695 | else if (LLStringUtil::compareInsensitive("/icanhasimprudence", cur_token) == 0) |
697 | { | 696 | { |