[rkward-cvs] [rkward] rkward/windows: Add missing space

André Marcelo Alvarenga alvarenga at kde.org
Sat Dec 27 16:14:56 UTC 2014


Git commit d41714c66957c786e0d42c63717db9ddc7bf02ac by André Marcelo Alvarenga.
Committed on 27/12/2014 at 16:14.
Pushed by alvarenga into branch 'master'.

Add missing space

M  +1    -1    rkward/windows/rkdebugconsole.cpp

http://commits.kde.org/rkward/d41714c66957c786e0d42c63717db9ddc7bf02ac

diff --git a/rkward/windows/rkdebugconsole.cpp b/rkward/windows/rkdebugconsole.cpp
index a6fe9a6..554c33a 100644
--- a/rkward/windows/rkdebugconsole.cpp
+++ b/rkward/windows/rkdebugconsole.cpp
@@ -57,7 +57,7 @@ RKDebugConsole::RKDebugConsole (QWidget *parent, bool tool_window, const char *n
 	step_out_button = new QPushButton (i18n ("Step out"), this);
 	connect (step_out_button, SIGNAL (clicked()), this, SLOT (stepOutButtonClicked()));
 	RKCommonFunctions::setTips (i18n ("<p>Continue until the caller of this function is reached (unless another debug statement is hit, earlier)</p>"
-	                                  "<p><b>Note:</b> In some cases, the calling function will never be reached, because the call was the last step in the caller."
+	                                  "<p><b>Note:</b> In some cases, the calling function will never be reached, because the call was the last step in the caller. "
 	                                  "In these cases, the behavior is identical to 'Continue'.</p>"), step_out_button);
 	button_layout->addWidget (step_out_button);
 	continue_button = new QPushButton (i18n ("Continue"), this);





More information about the rkward-tracker mailing list