Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 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)); |
| 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)); |
| 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 |
|
|
| |