From db33fba286bb381ffd631c807afbcaaad3d8c1a7 Mon Sep 17 00:00:00 2001 From: Oleg Sukhodolsky Date: Mon, 1 Oct 2012 10:53:17 +0400 Subject: [PATCH] Code cleanup: IDEA's warning has been fixed --- python/src/com/jetbrains/python/debugger/PyDebugProcess.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/com/jetbrains/python/debugger/PyDebugProcess.java b/python/src/com/jetbrains/python/debugger/PyDebugProcess.java index 09b37c943d97..7164ee84fa63 100644 --- a/python/src/com/jetbrains/python/debugger/PyDebugProcess.java +++ b/python/src/com/jetbrains/python/debugger/PyDebugProcess.java @@ -264,7 +264,7 @@ public class PyDebugProcess extends XDebugProcess implements IPyDebugProcess, Pr } protected String getConnectionTitle() { - return "Connecting to debugger"; + return "Connecting To Debugger"; } private void handshake() throws PyDebuggerException {