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 2915 by maya, Thu Oct 19 06:24:05 2006 UTC revision 2930 by maya, Tue Nov 14 09:00:40 2006 UTC
# Line 1028  static BOOL CALLBACK TTXHostDlg(HWND dlg Line 1028  static BOOL CALLBACK TTXHostDlg(HWND dlg
1028                                          if (Ok) {                                          if (Ok) {
1029                                                  GetHNRec->TCPPort = i;                                                  GetHNRec->TCPPort = i;
1030                                          } else {                                          } else {
1031                                                  MessageBox(dlg, "Teraterm",                                                  MessageBox(dlg, "The TCP port must be a number.",
1032                                                                     "The TCP port must be a number.",                                                                     "Teraterm", MB_OK | MB_ICONEXCLAMATION);
                                                                    MB_OK | MB_ICONEXCLAMATION);  
1033                                                  return TRUE;                                                  return TRUE;
1034                                          }                                          }
1035  #ifdef INET6  #ifdef INET6
# Line 3207  int CALLBACK LibMain(HANDLE hInstance, W Line 3206  int CALLBACK LibMain(HANDLE hInstance, W
3206    
3207  /*  /*
3208   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
3209     * Revision 1.45  2006/10/19 06:24:05  maya
3210     * SSHで接続中にNew connectionダイアログからtelnet接続できないのを修正した。
3211     *
3212   * Revision 1.44  2006/10/10 16:54:54  maya   * Revision 1.44  2006/10/10 16:54:54  maya
3213   * ttermpro.exeの/Fパラメータで指定されたファイルからTTSSHの設定が読まれなくなっていたのを修正した。   * ttermpro.exeの/Fパラメータで指定されたファイルからTTSSHの設定が読まれなくなっていたのを修正した。
3214   *   *

Legend:
Removed from v.2915  
changed lines
  Added in v.2930

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