summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-10-28 02:40:04 +0100
committerRobin Gareus <robin@gareus.org>2014-10-28 02:40:04 +0100
commitc0a28fca0953a099e6c328c18474789a005ff901 (patch)
tree01a3ac2b8ec9ebea65c62b3dedac7cbdcf216708 /gtk2_ardour/ardour_ui.cc
parentdc39448a224ec6a3dc80a3f4972ce69e5f82231c (diff)
add win IRC channel
Diffstat (limited to 'gtk2_ardour/ardour_ui.cc')
-rw-r--r--gtk2_ardour/ardour_ui.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index aeac8a1637..2e9d8b3247 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -3140,6 +3140,8 @@ ARDOUR_UI::launch_chat ()
{
#ifdef __APPLE__
open_uri("http://webchat.freenode.net/?channels=ardour-osx");
+#elif defined PLATFORM_WINDOWS
+ open_uri("http://webchat.freenode.net/?channels=ardour-windows");
#else
open_uri("http://webchat.freenode.net/?channels=ardour");
#endif