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 9324 by zmatsuo, Tue Jun 29 15:20:20 2021 UTC revision 9350 by zmatsuo, Tue Aug 10 14:42:28 2021 UTC
# Line 1763  static INT_PTR CALLBACK hosts_add_dlg_pr Line 1763  static INT_PTR CALLBACK hosts_add_dlg_pr
1763                  SetWindowLongPtr(dlg, DWLP_USER, lParam);                  SetWindowLongPtr(dlg, DWLP_USER, lParam);
1764    
1765                  // 追加・置き換えとも init_hosts_dlg を呼んでいるので、その前にセットする必要がある                  // 追加・置き換えとも init_hosts_dlg を呼んでいるので、その前にセットする必要がある
1766                  SetI18nDlgStrs("TTSSH", dlg, text_info, _countof(text_info), pvar->ts->UILanguageFile);                  SetI18nDlgStrsW(dlg, "TTSSH", text_info, _countof(text_info), pvar->ts->UILanguageFileW);
1767    
1768                  switch (pvar->dns_key_check) {                  switch (pvar->dns_key_check) {
1769                  case DNS_VERIFY_NOTFOUND:                  case DNS_VERIFY_NOTFOUND:
# Line 1920  static INT_PTR CALLBACK hosts_replace_dl Line 1920  static INT_PTR CALLBACK hosts_replace_dl
1920                  SetWindowLongPtr(dlg, DWLP_USER, lParam);                  SetWindowLongPtr(dlg, DWLP_USER, lParam);
1921    
1922                  // 追加・置き換えとも init_hosts_dlg を呼んでいるので、その前にセットする必要がある                  // 追加・置き換えとも init_hosts_dlg を呼んでいるので、その前にセットする必要がある
1923                  SetI18nDlgStrs("TTSSH", dlg, text_info, _countof(text_info), pvar->ts->UILanguageFile);                  SetI18nDlgStrsW(dlg, "TTSSH", text_info, _countof(text_info), pvar->ts->UILanguageFileW);
1924    
1925                  switch (pvar->dns_key_check) {                  switch (pvar->dns_key_check) {
1926                  case DNS_VERIFY_NOTFOUND:                  case DNS_VERIFY_NOTFOUND:
# Line 2075  static INT_PTR CALLBACK hosts_add2_dlg_p Line 2075  static INT_PTR CALLBACK hosts_add2_dlg_p
2075                  SetWindowLongPtr(dlg, DWLP_USER, lParam);                  SetWindowLongPtr(dlg, DWLP_USER, lParam);
2076    
2077                  // 追加・置き換えとも init_hosts_dlg を呼んでいるので、その前にセットする必要がある                  // 追加・置き換えとも init_hosts_dlg を呼んでいるので、その前にセットする必要がある
2078                  SetI18nDlgStrs("TTSSH", dlg, text_info, _countof(text_info), pvar->ts->UILanguageFile);                  SetI18nDlgStrsW(dlg, "TTSSH", text_info, _countof(text_info), pvar->ts->UILanguageFileW);
2079    
2080                  switch (pvar->dns_key_check) {                  switch (pvar->dns_key_check) {
2081                  case DNS_VERIFY_NOTFOUND:                  case DNS_VERIFY_NOTFOUND:

Legend:
Removed from v.9324  
changed lines
  Added in v.9350

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