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 2943 by maya, Wed Dec 6 14:25:40 2006 UTC revision 2944 by maya, Wed Dec 6 14:31:13 2006 UTC
# Line 1084  static BOOL CALLBACK TTXHostDlg(HWND dlg Line 1084  static BOOL CALLBACK TTXHostDlg(HWND dlg
1084  #ifdef I18N  #ifdef I18N
1085                  font = (HFONT)SendMessage(dlg, WM_GETFONT, 0, 0);                  font = (HFONT)SendMessage(dlg, WM_GETFONT, 0, 0);
1086                  GetObject(font, sizeof(LOGFONT), &logfont);                  GetObject(font, sizeof(LOGFONT), &logfont);
1087                  if (UTIL_get_lang_font("DLG_ABOUT_FONT", dlg, &logfont, &DlgHostFont, pvar)) {                  if (UTIL_get_lang_font("DLG_HOST_FONT", dlg, &logfont, &DlgHostFont, pvar)) {
1088                          SendDlgItemMessage(dlg, IDC_HOSTTCPIP, WM_SETFONT, (WPARAM)DlgHostFont, MAKELPARAM(TRUE,0));                          SendDlgItemMessage(dlg, IDC_HOSTTCPIP, WM_SETFONT, (WPARAM)DlgHostFont, MAKELPARAM(TRUE,0));
1089                          SendDlgItemMessage(dlg, IDC_HOSTNAMELABEL, WM_SETFONT, (WPARAM)DlgHostFont, MAKELPARAM(TRUE,0));                          SendDlgItemMessage(dlg, IDC_HOSTNAMELABEL, WM_SETFONT, (WPARAM)DlgHostFont, MAKELPARAM(TRUE,0));
1090                          SendDlgItemMessage(dlg, IDC_HISTORY, WM_SETFONT, (WPARAM)DlgHostFont, MAKELPARAM(TRUE,0));                          SendDlgItemMessage(dlg, IDC_HISTORY, WM_SETFONT, (WPARAM)DlgHostFont, MAKELPARAM(TRUE,0));
# Line 1867  static BOOL CALLBACK TTXAboutDlg(HWND dl Line 1867  static BOOL CALLBACK TTXAboutDlg(HWND dl
1867  #ifdef I18N  #ifdef I18N
1868                  font = (HFONT)SendMessage(dlg, WM_GETFONT, 0, 0);                  font = (HFONT)SendMessage(dlg, WM_GETFONT, 0, 0);
1869                  GetObject(font, sizeof(LOGFONT), &logfont);                  GetObject(font, sizeof(LOGFONT), &logfont);
1870                  if (UTIL_get_lang_font("DLG_ABOUT_FONT", dlg, &logfont, &DlgAboutFont, pvar)) {                  if (UTIL_get_lang_font("DLG_FONT", dlg, &logfont, &DlgAboutFont, pvar)) {
1871                          SendDlgItemMessage(dlg, IDC_TTSSH_VERSION, WM_SETFONT, (WPARAM)DlgAboutFont, MAKELPARAM(TRUE,0));                          SendDlgItemMessage(dlg, IDC_TTSSH_VERSION, WM_SETFONT, (WPARAM)DlgAboutFont, MAKELPARAM(TRUE,0));
1872                          SendDlgItemMessage(dlg, IDC_SSHVERSIONS, WM_SETFONT, (WPARAM)DlgAboutFont, MAKELPARAM(TRUE,0));                          SendDlgItemMessage(dlg, IDC_SSHVERSIONS, WM_SETFONT, (WPARAM)DlgAboutFont, MAKELPARAM(TRUE,0));
1873                          SendDlgItemMessage(dlg, IDC_INCLUDES, WM_SETFONT, (WPARAM)DlgAboutFont, MAKELPARAM(TRUE,0));                          SendDlgItemMessage(dlg, IDC_INCLUDES, WM_SETFONT, (WPARAM)DlgAboutFont, MAKELPARAM(TRUE,0));
# Line 3663  int CALLBACK LibMain(HANDLE hInstance, W Line 3663  int CALLBACK LibMain(HANDLE hInstance, W
3663    
3664  /*  /*
3665   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
3666     * Revision 1.48  2006/12/06 14:25:40  maya
3667     * 表示メッセージの読み込み対応
3668     *
3669   * Revision 1.47  2006/11/23 02:19:30  maya   * Revision 1.47  2006/11/23 02:19:30  maya
3670   * 表示メッセージを言語ファイルから読み込みむコードの作成を開始した。   * 表示メッセージを言語ファイルから読み込みむコードの作成を開始した。
3671   *   *

Legend:
Removed from v.2943  
changed lines
  Added in v.2944

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