mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:20:38 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13063 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3ab6ab3e9b
commit
e49b327939
1 changed files with 1 additions and 1 deletions
|
@ -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 %@ - "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue