File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ const QString COperateFileTransfer::Name()
149149 if (!pNet->GetHost ().isEmpty ()) {
150150 if (m_Parameter.GetGlobalParameters ()
151151 && m_Parameter.GetGlobalParameters ()->GetShowProtocolPrefix ())
152- szName = Protocol () + " :" ;
152+ szName = Protocol () + " : " ;
153153 szName += pNet->GetHost ()
154154 + " :" + QString::number (pNet->GetPort ());
155155 }
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ const QString COperateRawStream::Name()
130130 && (GetParameter ()->GetGlobalParameters ()->GetNameStyles ()
131131 & CParameterPlugin::NameStyle::Protocol)
132132 && !Protocol ().isEmpty ())
133- szName = Protocol () + " :" ;
133+ szName = Protocol () + " : " ;
134134 szName += net.GetHost ()
135135 + " :" + QString::number (net.GetPort ());
136136 }
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ const QString COperateSSH::Name()
8787 && (GetParameter ()->GetGlobalParameters ()->GetNameStyles ()
8888 & CParameterPlugin::NameStyle::Protocol)
8989 && !Protocol ().isEmpty ())
90- szName = Protocol () + " :" ;
90+ szName = Protocol () + " : " ;
9191 szName += sshNet.GetHost ()
9292 + " :" + QString::number (sshNet.GetPort ());
9393 }
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ const QString COperateTelnet::Name()
156156 && (m_Parameters.GetGlobalParameters ()->GetNameStyles ()
157157 & CParameterPlugin::NameStyle::Protocol)
158158 && !Protocol ().isEmpty ())
159- szName = Protocol () + " :" ;
159+ szName = Protocol () + " : " ;
160160 szName += net.GetHost ()
161161 + " :" + QString::number (net.GetPort ());
162162 }
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ const QString COperateWakeOnLan::Name()
169169 && (m_pParameterPlugin->GetNameStyles ()
170170 & CParameterPlugin::NameStyle::Protocol)
171171 && !Protocol ().isEmpty ())
172- szName = Protocol () + " :" ;
172+ szName = Protocol () + " : " ;
173173 szName += GetPlugin ()->DisplayName ();
174174 return szName;
175175}
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ const QString COperateDesktop::Name()
9595 && (GetParameter ()->GetGlobalParameters ()->GetNameStyles ()
9696 & CParameterPlugin::NameStyle::Protocol)
9797 && !Protocol ().isEmpty ())
98- szName = Protocol () + " :" ;
98+ szName = Protocol () + " : " ;
9999 // Show the server name
100100 szName += ServerName ();
101101 }
You can’t perform that action at this time.
0 commit comments