* Modules/Debuggers/ProjectCenter/PCDebuggerView.m: Correct

mispelling of search string.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27855 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2009-02-13 03:55:44 +00:00
parent 2e847b959a
commit 2c703a94f5
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-02-12 23:03-EST Gregory John Casamento <greg_casamento@yahoo.com>
* Modules/Debuggers/ProjectCenter/PCDebuggerView.m: Correct
mispelling of search string.
2009-02-12 11:58-EST Gregory John Casamento <greg_casamento@yahoo.com>
* Framework/PCProjectManager.m: openProject to correct

View file

@ -114,7 +114,7 @@
}
// Check certain status messages from GDB and set the state correctly.
range = [str rangeOfString: @"Program recieved signal:"];
range = [str rangeOfString: @"Program received signal"];
if (range.location != NSNotFound)
{
[debugger setStatus: @"Stopped"];