git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5270 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1999-11-24 21:58:39 +00:00
parent 82b2d93762
commit 95f2a31cd2
3 changed files with 28 additions and 17 deletions

View file

@ -236,7 +236,7 @@ static NSMapTable *mimeMap = NULL;
NS_HANDLER
{
[NSException raise: NSPasteboardCommunicationException
format: @"%%", [localException reason]];
format: @"%@", [localException reason]];
}
NS_ENDHANDLER