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:
rmottola 2009-12-26 21:14:50 +00:00
parent 3d507957df
commit 55a070b567
2 changed files with 4 additions and 3 deletions

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;
}