svnno****@sourc*****
svnno****@sourc*****
2016年 9月 27日 (火) 14:06:02 JST
Revision: 6494 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6494 Author: doda Date: 2016-09-27 14:06:01 +0900 (Tue, 27 Sep 2016) Log Message: ----------- 対象のコントロールの ID が間違っていたのを修正 Modified Paths: -------------- trunk/teraterm/teraterm/addsetting.cpp -------------- next part -------------- Modified: trunk/teraterm/teraterm/addsetting.cpp =================================================================== --- trunk/teraterm/teraterm/addsetting.cpp 2016-09-26 12:41:17 UTC (rev 6493) +++ trunk/teraterm/teraterm/addsetting.cpp 2016-09-27 05:06:01 UTC (rev 6494) @@ -356,7 +356,7 @@ } // \x83_\x83C\x83A\x83\x8D\x83O\x82Ƀt\x83H\x81[\x83J\x83X\x82Ă\xE9 (2004.12.7 yutaka) - ::SetFocus(::GetDlgItem(GetSafeHwnd(), IDC_CLICKABLE_URL)); + ::SetFocus(::GetDlgItem(GetSafeHwnd(), IDC_ACCEPT_MOUSE_EVENT_TRACKING)); return FALSE; }