From 80f27f81cc7991f52e4a41c7f687681fd9c15a65 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 8 Jul 2015 15:32:56 +0100 Subject: Change the broadcast string so V2 only recognises V2 servers (and vice versa). --- src/lib/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/util.h b/src/lib/util.h index 836823607..be21fc89a 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -51,7 +51,7 @@ namespace dcp { /** The maximum number of audio channels that we can have in a DCP */ #define MAX_DCP_AUDIO_CHANNELS 12 /** Message broadcast to find possible encoding servers */ -#define DCPOMATIC_HELLO "Boys, you gotta learn not to talk to nuns that way" +#define DCPOMATIC_HELLO "I mean really, Ray, it's used." /** Number of films to keep in history */ #define HISTORY_SIZE 10 #define REPORT_PROBLEM _("Please report this problem by using Help -> Report a problem or via email to carl@dcpomatic.com") -- cgit v1.2.3