mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:17:39 +00:00
Typo fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5270 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
82b2d93762
commit
95f2a31cd2
3 changed files with 28 additions and 17 deletions
|
@ -236,7 +236,7 @@ static NSMapTable *mimeMap = NULL;
|
|||
NS_HANDLER
|
||||
{
|
||||
[NSException raise: NSPasteboardCommunicationException
|
||||
format: @"%%", [localException reason]];
|
||||
format: @"%@", [localException reason]];
|
||||
}
|
||||
NS_ENDHANDLER
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue