From 31fc890d97c90a729e306c544a611f640ed00a0d Mon Sep 17 00:00:00 2001
From: Kevin Smith <git@kismith.co.uk>
Date: Fri, 1 Oct 2010 17:36:33 +0100
Subject: Improve spacing in status messages in chat dialogs


diff --git a/Swift/Controllers/Chat/ChatController.cpp b/Swift/Controllers/Chat/ChatController.cpp
index 90ca7f8..07243a2 100644
--- a/Swift/Controllers/Chat/ChatController.cpp
+++ b/Swift/Controllers/Chat/ChatController.cpp
@@ -155,7 +155,7 @@ String ChatController::getStatusChangeString(boost::shared_ptr<Presence> presenc
 		} 
 	}
 	if (!presence->getStatus().isEmpty()) {
-		response += "(" + presence->getStatus() + ")";
+		response += " (" + presence->getStatus() + ")";
 	}
 	return response + ".";
 }
-- 
cgit v0.10.2-6-g49f6