git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13063 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-03-09 19:44:39 +00:00
parent 3ab6ab3e9b
commit e49b327939

View file

@ -183,7 +183,7 @@ static NSMapTable *mimeMap = NULL;
{
the_server = (id<GSPasteboardSvr>)[NSConnection
rootProxyForConnectionWithRegisteredName:
[PBS_NAME stringByAppendingFormat: @"-%@", host] host: @"*"];
[PBSNAME stringByAppendingFormat: @"-%@", host] host: @"*"];
if (the_server == nil)
{
NSLog(@"Unable to contact pasteboard server for %@ - "