summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@glw.com>2009-06-22 03:23:09 +0000
committerBen Loftis <ben@glw.com>2009-06-22 03:23:09 +0000
commita4b20f6c46e0751a16c36639632332e61bb25a11 (patch)
tree269888ecd70e1ad7dca442797be866db9189ba28 /gtk2_ardour/ardour_ui.cc
parent2ccbca4f27851c533d5f54bfd84a2560782393da (diff)
switch from mibbit to freenode webchat client
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5244 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui.cc')
-rw-r--r--gtk2_ardour/ardour_ui.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index 24b3316f3d..7d310706cc 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -2604,9 +2604,9 @@ void
ARDOUR_UI::launch_chat ()
{
#ifdef __APPLE__
- NagScreen::open_uri("http://widget.mibbit.com/?settings=c06958ab4aa3b0c077669dd47e0c138e&server=irc.freenode.net&channel=%23ardour-osx&noServerNotices=true&noServerMotd=true");
+ NagScreen::open_uri("http://webchat.freenode.net/?channels=ardour-osx");
#else
- NagScreen::open_uri("http://widget.mibbit.com/?settings=c06958ab4aa3b0c077669dd47e0c138e&server=irc.freenode.net&channel=%23ardour&noServerNotices=true&noServerMotd=true");
+ NagScreen::open_uri("http://webchat.freenode.net/?channels=ardour");
#endif
}