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 2949 by maya, Mon Jan 22 13:45:19 2007 UTC revision 2951 by maya, Sat Jan 27 14:27:47 2007 UTC
# Line 3010  static BOOL CALLBACK TTXKeyGenerator(HWN Line 3010  static BOOL CALLBACK TTXKeyGenerator(HWN
3010                                  // file saving dialog disabled(default)                                  // file saving dialog disabled(default)
3011                                  EnableWindow(GetDlgItem(dlg, IDC_SAVE_PUBLIC_KEY), TRUE);                                  EnableWindow(GetDlgItem(dlg, IDC_SAVE_PUBLIC_KEY), TRUE);
3012                                  EnableWindow(GetDlgItem(dlg, IDC_SAVE_PRIBATE_KEY), TRUE);                                  EnableWindow(GetDlgItem(dlg, IDC_SAVE_PRIBATE_KEY), TRUE);
3013    
3014                                    // set focus to passphrase edit control (2007.1.27 maya)
3015                                    SetFocus(GetDlgItem(dlg, IDC_KEY_EDIT));
3016                          }                          }
3017                          return TRUE;                          return TRUE;
3018    
# Line 3838  int CALLBACK LibMain(HANDLE hInstance, W Line 3841  int CALLBACK LibMain(HANDLE hInstance, W
3841    
3842  /*  /*
3843   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
3844     * Revision 1.52  2007/01/22 13:45:19  maya
3845     * 表示メッセージの読み込み対応
3846     *
3847   * Revision 1.51  2007/01/04 11:59:03  maya   * Revision 1.51  2007/01/04 11:59:03  maya
3848   * フォントを変更する部分を追加した。   * フォントを変更する部分を追加した。
3849   *   *

Legend:
Removed from v.2949  
changed lines
  Added in v.2951

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