Index: WS/TAPI/SMSTools/SMSClient.cls.xml =================================================================== diff -u -r66897 -r70123 --- WS/TAPI/SMSTools/SMSClient.cls.xml (.../SMSClient.cls.xml) (revision 66897) +++ WS/TAPI/SMSTools/SMSClient.cls.xml (.../SMSClient.cls.xml) (revision 70123) @@ -122,7 +122,7 @@ Do Stream.Write("{ "_$$$CRLF) Do Stream.Write(" ""message"":"""_Message_""" ," _ $$$CRLF) Do Stream.Write(" ""to"": """ _ TelNo _ ""","_ $$$CRLF) - Do Stream.Write(" ""sender"": ""VH ICT"""_ $$$CRLF) + Do Stream.Write(" ""sender"": ""VHICT"""_ $$$CRLF) Do Stream.Write("}"_ $$$CRLF) Quit Stream ]]>