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 3123 by yutakapon, Wed Mar 12 13:04:12 2008 UTC revision 3129 by yutakapon, Thu May 22 14:27:54 2008 UTC
# Line 1835  static void init_about_dlg(PTInstVar pva Line 1835  static void init_about_dlg(PTInstVar pva
1835          // TTSSHのバージョンを設定する (2005.2.28 yutaka)          // TTSSHのバージョンを設定する (2005.2.28 yutaka)
1836          get_file_version("ttxssh.dll", &a, &b, &c, &d);          get_file_version("ttxssh.dll", &a, &b, &c, &d);
1837          _snprintf_s(buf, sizeof(buf), _TRUNCATE,          _snprintf_s(buf, sizeof(buf), _TRUNCATE,
1838                  "TTSSH\r\nTeraterm Secure Shell extension, %d.%d", a, b);                  "TTSSH\r\nTeraTerm Secure Shell extension, %d.%d", a, b);
1839          SendMessage(GetDlgItem(dlg, IDC_TTSSH_VERSION), WM_SETTEXT, 0, (LPARAM)buf);          SendMessage(GetDlgItem(dlg, IDC_TTSSH_VERSION), WM_SETTEXT, 0, (LPARAM)buf);
1840    
1841          // OpenSSLのバージョンを設定する (2005.1.24 yutaka)          // OpenSSLのバージョンを設定する (2005.1.24 yutaka)

Legend:
Removed from v.3123  
changed lines
  Added in v.3129

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