13
0

Unify support chat channel.

This commit is contained in:
Robin Gareus 2018-08-04 21:33:21 +02:00
parent 5e89eb37fd
commit c74f02025d

View File

@ -3884,13 +3884,7 @@ ARDOUR_UI::launch_chat ()
switch (dialog.run()) {
case RESPONSE_OK:
#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
break;
default:
break;