mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
* 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:
parent
2e847b959a
commit
2c703a94f5
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue