This commit is contained in:
Leonardo Murillo 2013-12-16 13:32:12 -06:00
parent 06d14436bd
commit 5ac125fdd8

View file

@ -4109,7 +4109,7 @@ void Application::updateWindowTitle(){
QString buildVersion = " (build " + QString::number(BUILD_VERSION) + ")";
QString username = _profile.getUsername();
if(!username.isEmpty()){
title += _profile.getUsername();s
title += _profile.getUsername();
title += " @ ";
}
title += _profile.getLastDomain();