use @ instead of <> for the hostname, approved by Lubos (Thanks for the feature!)

svn path=/trunk/kdebase/kwin/; revision=361688
This commit is contained in:
George Staikos 2004-11-09 12:28:58 +00:00
parent d40ba7b252
commit c75eb7297f

View file

@ -1244,7 +1244,7 @@ void Client::setCaption( const QString& s, bool force )
bool was_suffix = ( !cap_suffix.isEmpty());
QString machine_suffix;
if( !isLocalMachine( wmClientMachine( false )))
machine_suffix = " <" + wmClientMachine( true ) + ">";
machine_suffix = "@" + wmClientMachine( true );
cap_suffix = machine_suffix;
if ( ( !isSpecialWindow() || isToolbar()) && workspace()->findClient( FetchNameInternalPredicate( this )))
{