From 768accee85776f07d0823e5866054885bc629649 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 23 Jun 2008 09:28:49 -0400 Subject: [PATCH] Instead of using the "stopping" status, just use "Stopped" for both itself and "stopping" * Source/DebuggerConnection.m: (refreshStatus) --- Source/DebuggerConnection.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/DebuggerConnection.m b/Source/DebuggerConnection.m index 7b8bdd4..4e03e18 100644 --- a/Source/DebuggerConnection.m +++ b/Source/DebuggerConnection.m @@ -164,7 +164,7 @@ { connected = NO; [socket close]; - [windowController setStatus:[status capitalizedString]]; + [windowController setStatus:@"Stopped"]; } } -- 2.22.5