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 6623 by maya, Fri Mar 10 23:38:29 2017 UTC revision 6624 by maya, Sat Mar 11 00:10:29 2017 UTC
# Line 2529  static void init_about_dlg(PTInstVar pva Line 2529  static void init_about_dlg(PTInstVar pva
2529          SendMessage(GetDlgItem(dlg, IDC_ZLIB_VERSION), WM_SETTEXT, 0, (LPARAM)buf);          SendMessage(GetDlgItem(dlg, IDC_ZLIB_VERSION), WM_SETTEXT, 0, (LPARAM)buf);
2530    
2531          // PuTTYのバージョンを設定する (2011.7.26 yutaka)          // PuTTYのバージョンを設定する (2011.7.26 yutaka)
2532  #ifdef PUTTYVERSION          _snprintf_s(buf, sizeof(buf), _TRUNCATE, "PuTTY %s", putty_get_version());
         _snprintf_s(buf, sizeof(buf), _TRUNCATE, "PuTTY %s", PUTTYVERSION);  
 #else  
         _snprintf(buf, sizeof(buf), "PuTTY Unknown");  
 #endif  
2533          SendMessage(GetDlgItem(dlg, IDC_PUTTY_VERSION), WM_SETTEXT, 0, (LPARAM)buf);          SendMessage(GetDlgItem(dlg, IDC_PUTTY_VERSION), WM_SETTEXT, 0, (LPARAM)buf);
2534  }  }
2535    

Legend:
Removed from v.6623  
changed lines
  Added in v.6624

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