diff --git a/Source/NSPasteboard.m b/Source/NSPasteboard.m index 48abce717..e7624d232 100644 --- a/Source/NSPasteboard.m +++ b/Source/NSPasteboard.m @@ -183,7 +183,7 @@ static NSMapTable *mimeMap = NULL; { the_server = (id)[NSConnection rootProxyForConnectionWithRegisteredName: - [PBS_NAME stringByAppendingFormat: @"-%@", host] host: @"*"]; + [PBSNAME stringByAppendingFormat: @"-%@", host] host: @"*"]; if (the_server == nil) { NSLog(@"Unable to contact pasteboard server for %@ - "