svnno****@sourc*****
svnno****@sourc*****
2011年 2月 6日 (日) 23:22:28 JST
Revision: 1447 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1447 Author: kiri_feather Date: 2011-02-06 23:22:28 +0900 (Sun, 06 Feb 2011) Log Message: ----------- 更新チェック先の変更 Modified Paths: -------------- trunk/Tween/Twitter.vb -------------- next part -------------- Modified: trunk/Tween/Twitter.vb =================================================================== --- trunk/Tween/Twitter.vb 2011-02-06 14:18:37 UTC (rev 1446) +++ trunk/Tween/Twitter.vb 2011-02-06 14:22:28 UTC (rev 1447) @@ -1150,7 +1150,7 @@ #Region "バージョンアップ" Public Function GetVersionInfo() As String Dim content As String = "" - If Not (New HttpVarious).GetData("http://tween.sourceforge.jp/version2.txt?" + Now.ToString("yyMMddHHmmss") + Environment.TickCount.ToString(), Nothing, content) Then + If Not (New HttpVarious).GetData("http://tween.sourceforge.jp/version.txt?" + Now.ToString("yyMMddHHmmss") + Environment.TickCount.ToString(), Nothing, content) Then Throw New Exception("GetVersionInfo Failed") End If Return content