• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

FFFTPのソースコードです。


Commit MetaInfo

修订版02f668f756a56003ffb94bb52cee52ae6569c376 (tree)
时间2016-03-26 13:58:16
作者s_kawamoto <s_kawamoto@user...>
Commiters_kawamoto

Log Message

Modify documents.
Recompile executable files.

更改概述

差异

Binary files a/FFFTP_Eng_Release/FFFTP.exe and b/FFFTP_Eng_Release/FFFTP.exe differ
Binary files a/FFFTP_Eng_Release_64/FFFTP.exe and b/FFFTP_Eng_Release_64/FFFTP.exe differ
Binary files a/Release/FFFTP.exe and b/Release/FFFTP.exe differ
Binary files a/Release_64/FFFTP.exe and b/Release_64/FFFTP.exe differ
--- a/Resource/FFFTP.rc
+++ b/Resource/FFFTP.rc
@@ -236,13 +236,13 @@ END
236236 //
237237
238238 about_dlg DIALOGEX 0, 0, 319, 315
239-STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
239+STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
240240 CAPTION "FFFTPについて"
241241 FONT 9, "MS Shell Dlg", 0, 0, 0x0
242242 BEGIN
243243 DEFPUSHBUTTON "OK",IDOK,133,294,50,14
244244 ICON ffftp,-1,7,4,20,20
245- CTEXT "FFFTP Ver 1.99",-1,113,11,90,8
245+ CTEXT "FFFTP Ver 1.99",-1,113,11,90,8
246246 CTEXT "FFFTPはfreewareです",-1,7,279,305,8
247247 CTEXT "Copyright(C) 1997-2010 Sota & ご協力いただいた方々\nCopyright (C) 2011-2016 FFFTP Project (Hiromichi Matsushima, Suguru Kawamoto, IWAMOTO Kouichi, vitamin0x, うなー, Asami, fortran90, tomo1192, Yuji Tanaka, Moriguchi Hirokazu, ふうせん)",-1,7,25,305,44,SS_NOPREFIX
248248 CTEXT "",ABOUT_JRE,7,96,305,8
--- a/Resource_eng/ffftp.rc
+++ b/Resource_eng/ffftp.rc
@@ -236,13 +236,13 @@ END
236236 //
237237
238238 about_dlg DIALOGEX 0, 0, 315, 317
239-STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
239+STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
240240 CAPTION "About FFFTP"
241241 FONT 9, "MS Shell Dlg", 0, 0, 0x0
242242 BEGIN
243243 DEFPUSHBUTTON "OK",IDOK,132,296,50,14
244244 ICON ffftp,-1,7,4,20,20
245- CTEXT "FFFTP Ver 1.99",-1,110,11,90,8
245+ CTEXT "FFFTP Ver 1.99",-1,110,11,90,8
246246 CTEXT "FFFTP is freeware",-1,7,281,301,8
247247 CTEXT "Copyright(C) 1997-2010 Sota && cooperators\nCopyright (C) 2011-2016 FFFTP Project (Hiromichi Matsushima, Suguru Kawamoto, IWAMOTO Kouichi, vitamin0x, unarist, Asami, fortran90, tomo1192, Yuji Tanaka, Moriguchi Hirokazu, Fu-sen)",-1,7,25,301,44
248248 CTEXT "",ABOUT_JRE,7,93,301,8
@@ -639,7 +639,8 @@ BEGIN
639639 CONTROL "Us&e the firewall for undefined hosts",FIRE_USEIT,
640640 "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,7,109,197,10
641641 CONTROL "Use PAS&V mode for undefined hosts",FIRE_PASV,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,7,122,197,10
642- CONTROL "Do &not save firewall username/password",FIRE_SHARED,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,7,135,197,10
642+ CONTROL "Do &not save firewall username/password",FIRE_SHARED,
643+ "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,7,135,197,10
643644 END
644645
645646 hset_adv_dlg DIALOG 0, 0, 207, 155
@@ -1145,7 +1146,8 @@ FONT 9, "MS Shell Dlg"
11451146 BEGIN
11461147 LTEXT "Copy/Delete following files",-1,7,6,160,8
11471148 LISTBOX MIRROR_LIST,7,16,160,78,LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL | WS_TABSTOP
1148- CONTROL "Do not transfer &file contents",MIRROR_NO_TRANSFER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,98,98,10
1149+ CONTROL "Do not transfer &file contents",MIRROR_NO_TRANSFER,
1150+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,98,98,10
11491151 DEFPUSHBUTTON "Start Now",IDOK,7,153,50,14
11501152 PUSHBUTTON "Cancel",IDCANCEL,62,153,50,14
11511153 SCROLLBAR MIRROR_SIZEGRIP,164,158,10,13,SBS_BOTTOMALIGN | SBS_VERT | SBS_SIZEGRIP
@@ -1163,7 +1165,8 @@ FONT 9, "MS Shell Dlg"
11631165 BEGIN
11641166 LTEXT "Copy/Delete following files",-1,7,6,160,8
11651167 LISTBOX MIRROR_LIST,7,16,160,78,LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL | WS_TABSTOP
1166- CONTROL "Do not transfer &file contents",MIRROR_NO_TRANSFER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,98,98,10
1168+ CONTROL "Do not transfer &file contents",MIRROR_NO_TRANSFER,
1169+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,98,98,10
11671170 DEFPUSHBUTTON "Start Now",IDOK,7,153,50,14
11681171 PUSHBUTTON "Cancel",IDCANCEL,62,153,50,14
11691172 SCROLLBAR MIRROR_SIZEGRIP,164,158,10,13,SBS_BOTTOMALIGN | SBS_VERT | SBS_SIZEGRIP
--- a/common.h
+++ b/common.h
@@ -81,7 +81,7 @@
8181 // ソフトウェア自動更新
8282 // リリースバージョンはリリース予定年(10進数4桁)+月(2桁)+日(2桁)+通し番号(0スタート2桁)とする
8383 // 2014年7月31日中の30個目のリリースは2014073129
84-#define RELEASE_VERSION_NUM 2016032400 /* リリースバージョン */
84+#define RELEASE_VERSION_NUM 2016032600 /* リリースバージョン */
8585
8686
8787 // SourceForge.JPによるフォーク
--- a/doc/eng/FFFTP.txt
+++ b/doc/eng/FFFTP.txt
@@ -38,7 +38,8 @@ Changes in Ver.1.99
3838 -- 64bit version is now available.
3939 This works around the certain restriction on 64bit Windows.
4040
41--- Added the feature of automatic software update.
41+-- Added the feature of automatic software update (Windows XP SP3 or later
42+ only).
4243 It will connect to the dedicated server to check whether there are updates
4344 every 7 days by default, and then confirm whether to apply them.
4445
--- a/doc/eng/history.txt
+++ b/doc/eng/history.txt
@@ -10,7 +10,8 @@ Changes in Ver.1.99
1010 -- 64bit version is now available.
1111 This works around the certain restriction on 64bit Windows.
1212
13--- Added the feature of automatic software update.
13+-- Added the feature of automatic software update (Windows XP SP3 or later
14+ only).
1415 It will connect to the dedicated server to check whether there are updates
1516 every 7 days by default, and then confirm whether to apply them.
1617
--- a/doc/jpn/FFFTP.txt
+++ b/doc/jpn/FFFTP.txt
@@ -37,7 +37,7 @@ Ver 1.99
3737 ・64bit版が利用可能になりました。
3838  これにより64bit版Windowsで特定の操作が制限されるのを回避できます。
3939
40-・ソフトウェアの自動更新機能を追加しました。
40+・ソフトウェアの自動更新機能を追加しました(Windows XP SP3以降のみ)。
4141  既定では7日ごとに専用のサーバーに接続して更新があるかどうか確認し、
4242  更新があれば更新を適用するかどうかユーザーに確認します。
4343
--- a/doc/jpn/history.txt
+++ b/doc/jpn/history.txt
@@ -9,7 +9,7 @@ FFFTP
99 ・64bit版が利用可能になりました。
1010  これにより64bit版Windowsで特定の操作が制限されるのを回避できます。
1111
12-・ソフトウェアの自動更新機能を追加しました。
12+・ソフトウェアの自動更新機能を追加しました(Windows XP SP3以降のみ)。
1313  既定では7日ごとに専用のサーバーに接続して更新があるかどうか確認し、
1414  更新があれば更新を適用するかどうかユーザーに確認します。
1515