• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FFFTPのソースコードです。


Commit MetaInfo

Revision5b5ec56126af820b2d3c86e94ce4c056bf3b9904 (tree)
Time2011-10-13 15:18:27
Authors_kawamoto <s_kawamoto@user...>
Commiters_kawamoto

Log Message

Change default settings on migration from 1.97b.

Change Summary

Incremental Difference

Binary files a/FFFTP_Eng_Release/FFFTP.exe and b/FFFTP_Eng_Release/FFFTP.exe differ
Binary files a/Release/FFFTP.exe and b/Release/FFFTP.exe differ
--- a/registory.c
+++ b/registory.c
@@ -821,6 +821,9 @@ int LoadRegistory(void)
821821 Host.Pasv = NO;
822822 Host.ListCmdOnly = NO;
823823 }
824+ // 1.97b以前はデフォルトでShift_JIS
825+ if(Version < 1980)
826+ Host.NameKanjiCode = KANJI_SJIS;
824827 ReadIntValueFromReg(hKey5, "Set", &Host.Level);
825828
826829 ReadStringFromReg(hKey5, "HostName", Host.HostName, HOST_NAME_LEN+1);