[Ttssh2-commit] [6667] メッセージを Capitalize

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2017年 4月 4日 (火) 20:55:19 JST


Revision: 6667
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6667
Author:   doda
Date:     2017-04-04 20:55:18 +0900 (Tue, 04 Apr 2017)
Log Message:
-----------
メッセージを Capitalize

Modified Paths:
--------------
    trunk/teraterm/teraterm/vtterm.c

-------------- next part --------------
Modified: trunk/teraterm/teraterm/vtterm.c
===================================================================
--- trunk/teraterm/teraterm/vtterm.c	2017-04-03 12:51:49 UTC (rev 6666)
+++ trunk/teraterm/teraterm/vtterm.c	2017-04-04 11:55:18 UTC (rev 6667)
@@ -4594,7 +4594,7 @@
 		if (*p == '?' && *(p+1) == 0) { // Read access
 			if (ts.CtrlFlag & CSF_CBREAD) {
 				if (ts.NotifyClipboardAccess) {
-					NotifyInfoMessage(&cv, "remote host reads clipboard contents", "Clipboard Access");
+					NotifyInfoMessage(&cv, "Remote host reads clipboard contents", "Clipboard Access");
 				}
 				strncpy_s(hdr, sizeof(hdr), "\033]52;", _TRUNCATE);
 				if (strncat_s(hdr, sizeof(hdr), buff, p - buff) == 0) {
@@ -4629,7 +4629,7 @@
 			GlobalUnlock(cbmem);
 
 			if (ts.NotifyClipboardAccess) {
-				_snprintf_s(notify_buff, sizeof(notify_buff), _TRUNCATE, "remote host writes clipboard.\n--\n%s", cbbuff);
+				_snprintf_s(notify_buff, sizeof(notify_buff), _TRUNCATE, "Remote host writes clipboard.\n--\n%s", cbbuff);
 				NotifyInfoMessage(&cv, notify_buff, "Clipboard Access");
 			}
 



Ttssh2-commit メーリングリストの案内
Back to archive index