Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/hosts.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 1299  static BOOL CALLBACK hosts_add_dlg_proc( Line 1299  static BOOL CALLBACK hosts_add_dlg_proc(
1299  #ifdef I18N  #ifdef I18N
1300                  font = (HFONT)SendMessage(dlg, WM_GETFONT, 0, 0);                  font = (HFONT)SendMessage(dlg, WM_GETFONT, 0, 0);
1301                  GetObject(font, sizeof(LOGFONT), &logfont);                  GetObject(font, sizeof(LOGFONT), &logfont);
1302                  if (UTIL_get_lang_font("DLG_ABOUT_FONT", dlg, &logfont, &DlgHostsAddFont, pvar)) {                  if (UTIL_get_lang_font("DLG_FONT", dlg, &logfont, &DlgHostsAddFont, pvar)) {
1303                          SendDlgItemMessage(dlg, IDC_HOSTWARNING, WM_SETFONT, (WPARAM)DlgHostsAddFont, MAKELPARAM(TRUE,0));                          SendDlgItemMessage(dlg, IDC_HOSTWARNING, WM_SETFONT, (WPARAM)DlgHostsAddFont, MAKELPARAM(TRUE,0));
1304                          SendDlgItemMessage(dlg, IDC_HOSTWARNING2, WM_SETFONT, (WPARAM)DlgHostsAddFont, MAKELPARAM(TRUE,0));                          SendDlgItemMessage(dlg, IDC_HOSTWARNING2, WM_SETFONT, (WPARAM)DlgHostsAddFont, MAKELPARAM(TRUE,0));
1305                          SendDlgItemMessage(dlg, IDC_HOSTFINGERPRINT, WM_SETFONT, (WPARAM)DlgHostsAddFont, MAKELPARAM(TRUE,0));                          SendDlgItemMessage(dlg, IDC_HOSTFINGERPRINT, WM_SETFONT, (WPARAM)DlgHostsAddFont, MAKELPARAM(TRUE,0));
# Line 1421  static BOOL CALLBACK hosts_replace_dlg_p Line 1421  static BOOL CALLBACK hosts_replace_dlg_p
1421  #ifdef I18N  #ifdef I18N
1422                  font = (HFONT)SendMessage(dlg, WM_GETFONT, 0, 0);                  font = (HFONT)SendMessage(dlg, WM_GETFONT, 0, 0);
1423                  GetObject(font, sizeof(LOGFONT), &logfont);                  GetObject(font, sizeof(LOGFONT), &logfont);
1424                  if (UTIL_get_lang_font("DLG_ABOUT_FONT", dlg, &logfont, &DlgHostsReplaceFont, pvar)) {                  if (UTIL_get_lang_font("DLG_FONT", dlg, &logfont, &DlgHostsReplaceFont, pvar)) {
1425                          SendDlgItemMessage(dlg, IDC_HOSTWARNING, WM_SETFONT, (WPARAM)DlgHostsReplaceFont, MAKELPARAM(TRUE,0));                          SendDlgItemMessage(dlg, IDC_HOSTWARNING, WM_SETFONT, (WPARAM)DlgHostsReplaceFont, MAKELPARAM(TRUE,0));
1426                          SendDlgItemMessage(dlg, IDC_HOSTWARNING2, WM_SETFONT, (WPARAM)DlgHostsReplaceFont, MAKELPARAM(TRUE,0));                          SendDlgItemMessage(dlg, IDC_HOSTWARNING2, WM_SETFONT, (WPARAM)DlgHostsReplaceFont, MAKELPARAM(TRUE,0));
1427                          SendDlgItemMessage(dlg, IDC_HOSTFINGERPRINT, WM_SETFONT, (WPARAM)DlgHostsReplaceFont, MAKELPARAM(TRUE,0));                          SendDlgItemMessage(dlg, IDC_HOSTFINGERPRINT, WM_SETFONT, (WPARAM)DlgHostsReplaceFont, MAKELPARAM(TRUE,0));
# Line 1620  void HOSTS_end(PTInstVar pvar) Line 1620  void HOSTS_end(PTInstVar pvar)
1620    
1621  /*  /*
1622   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
1623     * Revision 1.13  2006/12/06 14:25:40  maya
1624     * 表示メッセージの読み込み対応
1625     *
1626   * Revision 1.12  2006/12/05 09:20:36  maya   * Revision 1.12  2006/12/05 09:20:36  maya
1627   * 表示メッセージの読み込み対応   * 表示メッセージの読み込み対応
1628   *   *

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