Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6144 by maya, Mon Nov 16 14:59:37 2015 UTC revision 6145 by maya, Tue Nov 17 04:37:00 2015 UTC
# Line 2933  static BOOL CALLBACK TTXAboutDlg(HWND dl Line 2933  static BOOL CALLBACK TTXAboutDlg(HWND dl
2933                  }                  }
2934    
2935                  init_about_dlg(pvar, dlg);                  init_about_dlg(pvar, dlg);
2936                  CheckDlgButton(dlg, IDC_FP_HASH_ALG_MD5, TRUE);                  CheckDlgButton(dlg, IDC_FP_HASH_ALG_SHA256, TRUE);
2937                  about_dlg_set_abouttext(pvar, dlg, SSH_DIGEST_MD5);                  about_dlg_set_abouttext(pvar, dlg, SSH_DIGEST_SHA256);
2938                  SetFocus(GetDlgItem(dlg, IDOK));                  SetFocus(GetDlgItem(dlg, IDOK));
2939    
2940                  // Edit controlをサブクラス化する。                  // Edit controlをサブクラス化する。

Legend:
Removed from v.6144  
changed lines
  Added in v.6145

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26