From e49b327939d5818c8069ad456c87e9870324b71a Mon Sep 17 00:00:00 2001 From: Adam Fedor Date: Sat, 9 Mar 2002 19:44:39 +0000 Subject: [PATCH] Fix typo git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13063 72102866-910b-0410-8b05-ffd578937521 --- Source/NSPasteboard.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %@ - "