corrected multi-line string constant

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29167 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2009-12-26 21:14:50 +00:00
parent f6350f5540
commit d831e0a199
2 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,6 @@
2009-12-26 Riccardo Mottola <rmottola@users.sf.net>
* Source/NSTextView.m: Corrected multi-line string constant
* Source/NSCell.m: Corrected c99-ism
2009-12-23 Wolfgang Lux <wolfgang.lux@gmail.com>

View file

@ -2556,9 +2556,9 @@ TextDidEndEditing notification _without_ asking the delegate
if (!undoManagerCanCoalesce)
{
NSLog(@"This version of NSUndoManager does not\n"
"support coalescing undo operations. "
"Upgrade gnustep-base to r29163 or newer to\n"
"get rid of this one-time warning.");
@"support coalescing undo operations. "
@"Upgrade gnustep-base to r29163 or newer to\n"
@"get rid of this one-time warning.");
}
didCheck = YES;
}