From c75eb7297f8c3e13a8b82c5d178ddcc82ebb1bfb Mon Sep 17 00:00:00 2001 From: George Staikos Date: Tue, 9 Nov 2004 12:28:58 +0000 Subject: [PATCH] use @ instead of <> for the hostname, approved by Lubos (Thanks for the feature!) svn path=/trunk/kdebase/kwin/; revision=361688 --- client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.cpp b/client.cpp index 22aae33f1f..56ac32d8bf 100644 --- a/client.cpp +++ b/client.cpp @@ -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 ))) {