From 4db74dfa60cacc3a4e60b4adcf2a7e3e3e4e5b5e Mon Sep 17 00:00:00 2001 From: Kimura Youichi Date: Sun, 26 Feb 2012 00:55:00 +0900 Subject: [PATCH] =?utf8?q?TweenMain=E3=81=AE=E3=82=BF=E3=82=A4=E3=83=88?= =?utf8?q?=E3=83=AB=E3=83=90=E3=83=BC=E3=81=AB=E3=83=90=E3=83=BC=E3=82=B8?= =?utf8?q?=E3=83=A7=E3=83=B3=E6=83=85=E5=A0=B1=E3=81=8C=E6=AD=A3=E3=81=97?= =?utf8?q?=E3=81=8F=E8=A1=A8=E7=A4=BA=E3=81=95=E3=82=8C=E3=81=AA=E3=81=84?= =?utf8?q?=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Tween/Tween.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tween/Tween.cs b/Tween/Tween.cs index afd02d8e..c5fa614e 100644 --- a/Tween/Tween.cs +++ b/Tween/Tween.cs @@ -9338,7 +9338,6 @@ namespace Tween SetStatusLabelUrl(); } - private static string myVer = MyCommon.fileVersion; private static long followers = 0; private void SetMainWindowTitle() @@ -9364,7 +9363,7 @@ namespace Tween switch (SettingDialog.DispLatestPost) { case MyCommon.DispTitleEnum.Ver: - ttl.Append("Ver:").Append(myVer); + ttl.Append("Ver:").Append(MyCommon.fileVersion); break; case MyCommon.DispTitleEnum.Post: if (_history != null && _history.Count > 1) -- 2.11.0