mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 21:50:37 +00:00
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:
parent
3d507957df
commit
55a070b567
2 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue