[Ttssh2-commit] [5314] Drag & Drop でのファイル送信時、ダイアログのヘルプボタンが正しく働かないのを修正。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2013年 6月 11日 (火) 17:39:54 JST


Revision: 5314
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5314
Author:   doda
Date:     2013-06-11 17:39:52 +0900 (Tue, 11 Jun 2013)
Log Message:
-----------
Drag & Drop でのファイル送信時、ダイアログのヘルプボタンが正しく働かないのを修正。

Modified Paths:
--------------
    trunk/teraterm/teraterm/vtwin.cpp

-------------- next part --------------
Modified: trunk/teraterm/teraterm/vtwin.cpp
===================================================================
--- trunk/teraterm/teraterm/vtwin.cpp	2013-06-11 06:25:57 UTC (rev 5313)
+++ trunk/teraterm/teraterm/vtwin.cpp	2013-06-11 08:39:52 UTC (rev 5314)
@@ -1970,6 +1970,7 @@
 									HVTWin, (DLGPROC)OnDragDropDlgProc);
 
 					if (ret == IDOK) {   // sendfile
+						HelpId = HlpFileSend;
 						SendVar->DirLen = 0;
 						ts.TransBin = 0;
 						FileSendStart();



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