[Ttssh2-commit] [4574] デフォルトでフォーカスされるのが IDC_ABOUTTEXT ではなく IDOK になるように修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 8月 5日 (金) 08:14:34 JST


Revision: 4574
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4574
Author:   maya
Date:     2011-08-05 08:14:33 +0900 (Fri, 05 Aug 2011)

Log Message:
-----------
デフォルトでフォーカスされるのが IDC_ABOUTTEXT ではなく IDOK になるように修正

Modified Paths:
--------------
    trunk/ttssh2/ttxssh/ttxssh.rc


-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/ttxssh.rc
===================================================================
--- trunk/ttssh2/ttxssh/ttxssh.rc	2011-08-04 11:27:56 UTC (rev 4573)
+++ trunk/ttssh2/ttxssh/ttxssh.rc	2011-08-04 23:14:33 UTC (rev 4574)
@@ -57,6 +57,7 @@
 CAPTION "About TTSSH"
 FONT 8, "Tahoma", 0, 0, 0x0
 BEGIN
+    DEFPUSHBUTTON   "OK",IDOK,106,263,50,14
     LTEXT           "Tera Term Secure Shell extension, ",IDC_TTSSH_VERSION,6,7,220,15
     ICON            "",IDC_TTSSH_ICON,234,7,21,20
     LTEXT           "Compatible with SSH protocol version 1.5 and 2.0",IDC_SSHVERSIONS,6,23,206,11
@@ -68,7 +69,6 @@
     LTEXT           "THIS EXTENSION INCORPORATES STRONG CRYPTOGRAPHY. POSESSION, USE, AND/OR EXPORT OF THIS EXTENSION MAY BE ILLEGAL IN YOUR COUNTRY.",IDC_CRYPTOGRAPHY,6,116,248,26
     LTEXT           "This extension uses OpenSSH code by OpenBSD Project. Thanks also to Ian Goldberg for his Pilot SSH code, which was a very handy reference. Special thanks to Takashi Teranishi for his cooperation.",IDC_CREDIT,6,140,248,27
     EDITTEXT        IDC_ABOUTTEXT,6,171,248,87,ES_MULTILINE | ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_READONLY
-    DEFPUSHBUTTON   "OK",IDOK,106,263,50,14
 END
 
 IDD_SSHAUTH DIALOGEX 0, 0, 309, 262



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